set_promotion
Set a daily promotion budget in cents; zero pauses promotion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | ||
| daily_budget_cents | Yes |
Set a daily promotion budget in cents; zero pauses promotion
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | ||
| daily_budget_cents | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It does disclose one genuinely useful non-obvious behavior — a zero budget pauses the promotion — but says nothing about whether this creates or overwrites an existing budget, what permissions are required, or whether the change is reversible.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single tight sentence with the core action front-loaded and no filler. The semicolon clause packs in the zero-budget behavior efficiently, though the density means the content_id parameter never gets addressed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter mutation tool with no annotations and no output schema, the description is thin: no success/return behavior, no permission requirements, no statement of what happens to the prior budget. The zero-pauses detail is the only behavioral context offered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It usefully clarifies that daily_budget_cents is in cents and that zero has a special pausing meaning, but content_id is left entirely unexplained in both schema and description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb ('Set') and resource ('daily promotion budget'), plus the unit (cents). It is unambiguous what the tool does, though it offers no explicit differentiation from siblings — acceptable here since the sibling list contains no other promotion tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no when-to-use guidance, no prerequisite or permission context, and no named alternative. The agent can infer the tool sets a budget, but nothing tells it when this is the right call versus, say, a content publish flow.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.