<!-- https://cutedyno.com/docs/mcp/tools/update_policy -->

# Update profile policy

MCP tool `update_policy`, calling `PUT /v1/policy`.

Changes a profile’s guardrails. Only the fields you send are modified.

Read only: no.

## Parameters

- `requireApproval` (boolean) — Require human approval before anything publishes.
- `allowedPlatforms` (enum[] | null) — Restrict publishing to these platforms. null clears the limit.
- `maxPostsPerDay` (integer | null) — Cap posts per day. null clears the limit.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.