Skip to main content
Glama

update_blog_article

Edit a blog article's title, content, SEO fields, images, author, category, or CTA, and set status to published to make it live on your PostKing blog.

Instructions

Edit a blog article — title, content, excerpt, SEO fields, status, author, category, featured/header image, or CTA. Set status='published' to make it live on your PostKing blog. CTA (call-to-action) is structured data, NOT part of the article body — never write CTA markup into content. Use cta: { url, label, headline, body } to set it (url is required when enabling), or cta: { enabled: false } to remove it. cta and sidePageInfo are mutually exclusive — pass sidePageInfo only if you need to link to an existing side page by id/slug (from list_side_pages) instead of a raw url; either way, malformed CTA shapes are now rejected by the server rather than silently persisted, so pass exactly the documented fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctaNoSet or clear the article's CTA block. Mutually exclusive with sidePageInfo.
titleNo
statusNo'published' makes it live on your blog
brandIdNoBrand ID (uses active brand if omitted)
contentNoFull post body (HTML or markdown). Do not put CTA content here — use the `cta` field.
excerptNo
authorIdNoAuthor ID (from list_blog_authors)
articleIdYesBlog article ID
metaTitleNo
categoryIdNoCategory ID (from list_blog_categories)
sidePageInfoNoFull CTA object (advanced). Must include at least one of id/slug/ctaHref. Pass null to clear the CTA. Mutually exclusive with cta.
metaDescriptionNo
featuredImageAltNoAlt text for the featured/header image
featuredImageUrlNoThe header/featured image — pass an image URL, a brand-asset path (the `fileUrl` from list_assets), an uploaded asset path, or a data: URI; external URLs are auto-downloaded when the article is published; pass an empty string to remove the current image.
featuredImageDescriptionNoDescription/caption for the featured/header image
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels: it discloses that malformed CTA shapes are rejected by the server, external featured image URLs are auto-downloaded on publish, empty string removes the image, and that `cta`/`sidePageInfo` are mutually exclusive. It also warns against putting CTA markup in the content body.

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 long but each sentence delivers practical value. It front-loads the core edit capability and then delves into CTA specifics with clear, structured guidance. Minor redundancy exists in the CTA explanation, but overall it is efficient given the tool's complexity.

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

Completeness5/5

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

For a 15-parameter tool with nested objects, no output schema, and no annotations, the description covers all major behaviors, field interactions, and constraints. It thoroughly explains the two advanced CTA modes, status semantics, image handling, and server-side validation, giving an agent everything needed to invoke the tool correctly.

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?

The schema already covers 73% of parameters with descriptions, but the description adds meaning beyond the schema: it explains the CTA object structure, how to clear it, the mutual exclusivity with sidePageInfo, and the behavior of featuredImageUrl. The first sentence also groups the many fields into coherent categories, making the tool's parameter space easier to digest.

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 uses the specific verb 'Edit' and clearly enumerates the editable resources (title, content, excerpt, SEO fields, status, author, category, images, CTA), making its purpose unambiguous. It naturally distinguishes itself from sibling tools like get_blog_article, schedule_blog_article, or publish_blog_article by focusing on modification rather than retrieval or scheduling.

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 provides clear guidance on when to use specific features: 'Set status='published' to make it live' and the choice between `cta` for raw URLs and `sidePageInfo` for linking to existing side pages. It does not explicitly exclude alternatives, but the context is strong enough to guide selection.

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/bitsandtea/postking-mcp'

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