Skip to main content
Glama

Create article

cms_create_article

Create article. Guidance: Create one CMS article from article category ids. | context: title, categories

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoOptional editorial date in RFC 3339 format, for example 2026-05-04T10:00:00+02:00.
metaNoOptional SEO payload with title and description.
slugNoOptional URL slug; the server may normalize it.
titleYesHeadline shown in feeds and on the item page.
authorNoOptional byline or author display name. If omitted, the app account holder's name is used.
leadinNoOptional deck HTML.
pinnedNoWhether the article is pinned in its category listing.
statusNoPublication status. Omit on create to default to published. Do not send scheduled.
accessTierNoPaywall tier. 'premium' locks the article behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases.
categoriesYesNon-empty category id array. Use cms_list_cms_sections to discover article category ids.
publishedDateNoFuture ISO datetime for deferred publication. Requires status='stock' when provided.
commentsEnabledNoWhether end-user comments are enabled for this article.
maxFreeParagraphsNoNumber of body paragraphs shown as a free preview before purchase, 0 to 5. Applies only to premium in-app-purchase articles.
publicationEndDateNoFuture ISO datetime for scheduled unpublication.
displaySummaryInListNoWhether the article summary is shown in list views. Writable only when maxFreeParagraphs is 0.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The description only states 'create article' and adds no side-effect details beyond the annotations. The annotations already cover read-only, idempotency, and destructiveness, but the description does not mention default status, return value, or publication behavior.

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

Conciseness3/5

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

The description is short and mostly concise, but the 'Guidance: ... | context: title, categories' fragment is awkward and slightly redundant, reducing clarity without adding meaningful structure.

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?

The schema covers all parameters and notes category discovery via cms_list_cms_sections, but the description is minimal and does not mention the created article output or basic workflow expectations. It is adequate but not complete for a 15-parameter tool.

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 describes every parameter with 100% coverage, so the description does not need to repeat them. It adds little semantic value beyond the schema's own detailed field descriptions.

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 identifies the action as creating one CMS article, which distinguishes it from sibling tools like cms_create_article_paragraph and the other content-type create tools. The phrase 'from article category ids' reinforces the intended input.

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 this is the tool for creating a new article versus updating or creating paragraphs, but it does not explicitly call out alternatives such as cms_update_article or cms_create_article_paragraph. Sibling names allow inference, but there is no direct usage guidance.

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.