Skip to main content
Glama

Update sound

cms_update_sound
DestructiveIdempotent

Update sound item. Guidance: Update one CMS sound item by sound id. | context: id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSound item id returned by cms_list_sounds.
dateNoOmit to keep the current editorial date; send RFC 3339 to replace it.
metaNoOptional SEO payload with title and description.
slugNoOmit to keep the current slug; send to replace it.
titleNoOmit to keep the current headline; send to replace it.
authorNoOmit to keep the current byline; send to replace it.
pinnedNoOmit to keep the current pinning state; send true or false to replace it.
statusNoOmit to keep the current publication state. Do not send scheduled.
accessTierNoReplacement paywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases.
categoriesNoOmit to keep placement. Send non-empty category ids to replace placement.
purchaseUrlNoOmit to keep the current purchase URL; send to replace it.
publishedDateNoFuture ISO datetime for deferred publication. Requires status='stock' when provided.
commentsEnabledNoOmit to keep the current comments setting; send true or false to replace it.
publicationEndDateNoFuture ISO datetime for scheduled unpublication. Send an empty string to clear an existing scheduled unpublication.
purchaseUrlAndroidNoOmit to keep the current Android purchase URL; send to replace it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already indicate destructive and non-read-only behavior, but the description adds no extra behavioral context such as side effects, partial update semantics, or irreversibility. It simply restates the action without enriching the agent's understanding.

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?

The description is very brief, consisting of two short sentences. It is concise and free of fluff, but the 'context: id' fragment is cryptic and not well integrated, so it is not perfectly structured.

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?

With 15 parameters and a complex update operation, the description is far too minimal. It does not explain what a sound item is, when to use this update, or how it differs from related update tools. The schema covers parameters, but the description fails to provide operational context.

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?

The schema covers 100% of the 15 parameters with detailed descriptions. The tool description adds no additional meaning beyond what the schema already provides, so the baseline of 3 is appropriate.

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?

The description clearly states 'Update sound item' and adds 'Update one CMS sound item by sound id,' identifying the action and the key required parameter. It is clear but does not differentiate from sibling update tools like cms_update_article, so it stops short of a 5.

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?

No guidance is given on when to use this tool versus other content-type update tools. There is no mention of alternatives or conditions that would route an agent to this tool over a sibling.

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.