MCP tools

update_policy

Update profile policy

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

Category
Policy
Calls
PUT/v1/policy
Safe to auto-approve
No. It changes data, so keep a human in the loop or scope the key.

Parameters

requireApprovalbooleanoptional

Require human approval before anything publishes.

allowedPlatformsenum[] | nulloptional

Restrict publishing to these platforms. null clears the limit.

maxPostsPerDayinteger | nulloptional

Cap posts per day. null clears the limit.

profileIdstringoptional

Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.

Example

A tool call as an MCP client would send it.

{
  "name": "update_policy",
  "arguments": {}
}