MCP tools

get_policyread only

Get profile policy

Returns the guardrails on a profile: whether approval is required, which platforms are allowed, and the daily post cap. Check this before publishing.

Category
Policy
Calls
GET/v1/policy
Safe to auto-approve
Yes. It only reads data.

Parameters

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": "get_policy",
  "arguments": {}
}