Skip to main content
Glama

Create page

create_page

Create a new static page with title, HTML body, metadata, slug, image, and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesPage HTML body.
slugNoPage slug. Auto-generated from title when omitted.
imageNoOptional featured image path or URL. Use upload_image for local files.
titleYesPage title.
blogIdYesBlog ID. Use list_blogs to discover available blog IDs.
statusNoPublishing status. Default: draft.draft
metadataNoCustom metadata entries as key/value objects. Maximum 20 entries; description should be 200 characters or fewer.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, so the safety profile is known. The description adds no behavioral context beyond restating the operation—no mention of side effects, resulting page state, auto-generation of slug, or interaction with the publishing workflow. It doesn't contradict the annotations, but also adds little beyond them.

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?

One concise sentence with no filler, front-loading the verb and resource and enumerating the key fields. It is efficient, though it doesn't use the space to add routing or behavior guidance.

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?

For a straightforward create operation, the description is minimally adequate given the rich schema and output schema. However, it lacks explicit guidance on when to select this tool over create_post, and it doesn't clarify the meaning of 'static page' or the prerequisite blogId discovery step, leaving some gaps.

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 description coverage is 100%, so the baseline is 3. The description simply lists parameter names already documented in the schema and adds no extra meaning, inter-parameter relationships, or format guidance beyond what the schema provides.

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 states a specific verb ('Create') and resource ('static page'), and enumerates the key fields (title, HTML body, metadata, slug, image, status). The phrase 'static page' helps distinguish it from sibling tools like create_post and create_collection, though it doesn't name them explicitly.

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 a use case through 'static page' and the HTML body field, but provides no explicit guidance on when to use this tool versus alternatives like create_post or create_redirect. No exclusions or conditions are given, leaving selection to inference.

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.

Resources