Skip to main content
Glama

update_site_metadata

Update your Ghost blog's title, description, and SEO metadata including Open Graph and Twitter card fields to improve search ranking and social sharing.

Instructions

Update the blog's identity and SEO/social metadata.

Sets the site title/description, the search-result metadata (meta_title/meta_description), and the Open Graph and Twitter card fields used when posts are shared. Only the arguments you provide are changed; omit the rest. Good meta_* and social fields help the blog present and rank well.

Returns the fields that were updated, with their new values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
og_imageNo
og_titleNo
meta_titleNo
descriptionNo
twitter_imageNo
twitter_titleNo
og_descriptionNo
meta_descriptionNo
twitter_descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Transparently describes the partial update behavior and that it returns the updated fields. With no annotations, it adequately covers the nondestructive nature. Could mention if changes are reversible.

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?

Three concise sentences, front-loaded with purpose, no redundancy. Every sentence adds value.

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 10 optional parameters, no annotations, and an output schema, the description covers purpose, partial update, and return value. Could mention authentication or rate limits, but not essential for this 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 coverage is 0%, so description compensates by grouping parameters into categories (title/description, meta, OG, Twitter). However, individual parameter constraints or formats are not defined, which is acceptable given the schema's simplicity (all strings).

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?

Description clearly states the tool updates the blog's identity and SEO/social metadata, listing specific field groups (title, meta, OG, Twitter). However, it does not explicitly differentiate from sibling tools like update_branding.

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?

States that only provided arguments are changed (partial update). No explicit guidance on when to use this tool vs. alternatives, nor any prerequisites or limitations.

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/stemcreations/ghost-mcp'

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