Skip to main content
Glama

Update post

update_post
Destructive

Update any editable field on an existing blog post, including its author.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoUpdated post slug.
tagsNoUpdated tag names.
imageNoUpdated featured image path or URL. Use upload_image for local files.
titleNoUpdated post title.
blogIdYesBlog ID. Use list_blogs to discover available blog IDs.
postIdYesPost ID.
statusNoUpdated publishing status.
contentNoUpdated HTML content.
authorIdNoUpdated author user ID from list_blog_members. Reassignment requires owner or admin access.
metadataNoCustom metadata entries as key/value objects. Maximum 20 entries; description should be 200 characters or fewer.
published_atNoUpdated publish datetime in ISO 8601 format.
collection_idNoUpdated collection ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the mutation behavior is covered. The description adds minimal extra behavioral context, such as implying a patch-style update via 'any editable field'. It does not detail side effects beyond modification, but with annotations that is acceptable.

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?

A single concise sentence that front-loads the primary action and resource, then adds a notable detail. There is zero redundancy, and every word contributes to the meaning.

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 12-parameter schema with full descriptions and an output schema, the brief description is sufficient. It states the purpose and key capability, while the schema handles parameter semantics and the annotations handle safety. More detail would be redundant.

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% and parameter descriptions are rich (e.g., image references upload_image, authorId notes owner/admin access). The tool description itself adds no parameter-specific information, so the baseline of 3 applies.

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 action ('Update'), the resource ('existing blog post'), and highlights a distinguishing capability ('including its author'). This differentiates it from create_post, delete_post, and get_post without needing to inspect the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description establishes a clear context: it is for modifying existing posts, not creating or deleting. However, it does not explicitly name alternative tools or state when not to use it. The context is strong enough for most agents to select it correctly.

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