Skip to main content
Glama

article_create

Create a new blog article in your CMS. Specify the parent blog page ID and title; optionally add body, excerpt, meta description, tags, and set publish status.

Instructions

Create a new blog article. Required: page_id (the parent blog page), title. Optional: body (HTML), excerpt, description (meta), path (auto from title if omitted), image_id, tag_names (array), data (custom dict), publish (default false). Title and body go to autosaved_* fields per Voog convention; if publish=true, publishing:true is set so values copy to published fields atomically. NOT idempotent — repeat calls create multiple articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
page_idYesParent blog page id
titleYes
bodyNo
excerptNo
descriptionNoMeta description (rendered as og_description in Voog Liquid). Distinct from excerpt — excerpt goes to listings/RSS, description goes to <meta>.
pathNo
image_idNoAsset id (must be image content type)
tag_namesNo
dataNo
publishNo
Behavior4/5

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

Annotations already indicate non-readOnly and non-idempotent, but the description adds specifics: autosaved fields, publish behavior atomically copying values, and the non-idempotent warning. This provides useful behavioral context beyond annotations.

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 concise with four focused sentences: purpose, parameter list, publish mechanism, and idempotency note. It is well-structured and front-loaded, though slightly dense.

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?

Given the complexity (11 parameters, no output schema), the description covers creation semantics, field behaviors, and idempotency. It lacks return value or error details but is largely complete for a create tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is low (27%), but the description compensates by explaining path auto-generation, tag_names as array, data as custom dict, and the distinction between excerpt and description. It adds significant meaning beyond the bare schema.

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 'Create a new blog article' and lists required and optional parameters, making the purpose unambiguous. It also notes non-idempotency, which distinguishes it from a pure creation action.

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 provides guidance on required and optional parameters, but does not explicitly differentiate from sibling tools like article_update. It lacks when-not-to-use or alternative tool recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runnel/voog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server