Skip to main content
Glama

Create event paragraph

cms_create_event_paragraph

Create paragraph. Guidance: Create one paragraph under a CMS agenda event. | context: id, type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEvent id returned by cms_list_events.
typeYesBody-block kind.
captionNoOptional caption for photo blocks.
contentNoRequired for text and quote blocks.
embedUrlNoRequired sanitized iframe or embed HTML for embed blocks. Set an explicit iframe width and height (for example 100%) so the block renders at a visible size.
positionNoOptional 1-based insert position; omit to append.
isThumbnailNoFor photo, when true, use as event 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.3/5.0
Behavior3/5

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

Annotations indicate the tool is not read-only, not destructive, and not idempotent, which aligns with the 'create paragraph' description. The description does not add behavioral detail beyond this, such as whether the created paragraph is returned, what happens on validation failure, or how automatic positioning works when position is omitted.

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 short and mostly direct. The first sentence 'Create paragraph' is somewhat redundant with the title, but the second sentence adds the key context about creating under a CMS agenda event. Overall it is concise and easy to parse.

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?

The description is too sparse for the complexity of the operation. It does not mention output or return value, error behavior, conditional requirements across block types, or relationship to thumbnail selection. Given eight parameters and conditional dependencies, the description alone leaves important operational context unstated.

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 provides 100% coverage with detailed descriptions for all eight parameters, including conditional fields like content for text/quote blocks, embedUrl for embed blocks, and originalThumbnail for photo blocks. The tool description itself adds little beyond the schema, so it meets the baseline for high schema coverage.

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 title and description clearly state the action: create a paragraph under a CMS agenda event. This distinguishes it from sibling tools that create paragraphs under articles, maps, sounds, videos, or shop products. The description is slightly minimal but unambiguous.

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 guidance says to create one paragraph under a CMS agenda event, which signals the primary use case. It does not explicitly contrast with other cms_create_*_paragraph tools or state when not to use it, leaving some inference to the agent based on the sibling list.

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.