Skip to main content
Glama
RadouaneElarfaoui

blogger-mcp-toolkit

blogger_pages_patch

Update a Blogger static page by changing only the provided fields, like title or content, without altering the rest.

Instructions

Perform a partial update of an existing static page. Only updates the provided fields (e.g., title or content).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoThe new title of the page (optional).
blogIdYesThe unique identifier of the blog.
pageIdYesThe unique identifier of the page to update.
revertNoWhether to revert the page to draft status.
contentNoThe new HTML content of the page (optional).
publishNoWhether to publish the page upon update.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains the core behavior (partial update, only provided fields) but does not mention side effects such as how publish/revert booleans interact with the update, whether existing unprovided fields are preserved (though implied), or permissions/auth requirements. The disclosure is adequate but lacks depth.

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?

The description is two sentences, directly states the purpose and key behavior, and contains no filler or repetition. It is front-loaded and efficiently conveys the essential information.

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?

The tool has 6 parameters and no output schema or annotations. The description covers the core partial-update concept but does not address edge cases like setting both publish and revert, or the required blogId/pageId (though those are in the schema). For a mutation tool, this leaves some contextual gaps regarding operational expectations.

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?

The input schema has 100% parameter descriptions, so the baseline is 3. The description adds only an example ('e.g., title or content') which does not go beyond schema semantics. It does not clarify the relationship between publish/revert and the update, so no additional meaning is provided beyond the structured fields.

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 tool performs a partial update of an existing static page, which is specific and distinguishes it from sibling tools like blogger_pages_update (full update) and blogger_pages_insert. It also clarifies that only provided fields are updated, reinforcing the 'patch' semantics.

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 phrase 'partial update' and 'Only updates the provided fields' gives clear context for when to use this tool—specifically for targeted modifications. However, it does not explicitly name alternative tools (e.g., blogger_pages_update for full replacement) or state exclusions, but the partial-update framing implies usage boundaries effectively.

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/RadouaneElarfaoui/blogger-mcp-toolkit'

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