Skip to main content
Glama

Create sound paragraph

cms_create_sound_paragraph

Create paragraph. Guidance: Create one paragraph under a CMS sound item. | context: id, type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSound item id returned by cms_list_sounds.
typeYesBody-block kind.
captionNoOptional caption for photo blocks.
contentNoRequired for text and quote blocks.
embedUrlNoRequired sanitized iframe or embed HTML for embed blocks.
positionNoOptional 1-based insert position; omit to append.
isThumbnailNoFor photo, when true, use as sound thumbnail source where applicable.
originalThumbnailNoRequired URL, data URI, or base64 image source for photo blocks.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

The description indicates a creation operation, consistent with the readOnlyHint=false annotation. It does not add behavioral details beyond the basic 'create' action, such as side effects, error handling, or idempotency implications, though the annotations cover the read/write and destructive hints.

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 and focused: 'Create paragraph. Guidance: Create one paragraph under a CMS sound item.' It avoids unnecessary words and is easy to parse, though the formatting with '| context: id, type' is slightly odd but not confusing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the straightforward creation operation and well-detailed schema, the description is sufficient. It does not mention return values (no output schema exists), and the absence of nested objects simplifies context. However, it could slightly benefit from a note on which parameters are required versus optional, but the schema already handles that.

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 input schema already provides 100% coverage with descriptions for all parameters. The tool description itself adds no additional semantic meaning beyond what is already in the schema, so it does not improve upon the baseline.

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 the action ('Create') and the resource ('paragraph under a CMS sound item'). It distinguishes this tool from similar paragraph-creation tools for other content types (articles, events, maps, videos) by specifying 'sound item'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a paragraph needs to be created for a sound item, but it does not explicitly contrast with sibling tools like cms_create_article_paragraph or cms_create_video_paragraph. The resource type is clear, but no direct alternative guidance is provided.

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.