Skip to main content
Glama

Manto — 馒头新闻

set_promotion

Set a daily promotion budget in cents; zero pauses promotion

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_idYes
daily_budget_centsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.