Skip to main content
Glama

Create article paragraph

cms_create_article_paragraph

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesArticle id returned by cms_list_articles.
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 article 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

A3.6/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false, so the creation behavior is clear. The description adds little beyond the fact that it creates a paragraph; it does not mention potential side effects, required parent article existence, or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, consisting of two short sentences with no redundant phrasing. It avoids fluff and gets directly to the point.

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

Completeness4/5

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

The description plus the fully covered parameter schema is sufficient to understand the core operation and required inputs. It does not describe the return value, but with no output schema and a straightforward create action, this is not a significant gap.

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 coverage is 100% with each parameter having a meaningful description, so the baseline is 3. The tool description adds no extra semantic context beyond what the parameter descriptions already provide.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates one paragraph under a CMS article, specifying the verb and resource. It distinguishes this tool from sibling paragraph-creation tools for events, maps, sounds, and videos by naming the article context.

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?

The description does not provide explicit guidance on when to choose this tool over the many sibling create_*_paragraph tools. It merely restates the action without mentioning alternatives or conditions such as 'use for article body blocks only'.

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.