Skip to main content
Glama
ayushg8

Savage in a Suit MCP Server

by ayushg8

Update Page Content

update_page_content
Idempotent

Update specific text or images on a webpage by sending only the fields to change; new values merge into existing content.

Instructions

Update a page's copy or images. Call get_page_content first for the shape, then send ONLY the fields to change as a nested object; they are deep-merged over the current content. Example for page:home -> { "hero": { "headline": "New headline" } }. Image fields take a path or full URL. FAQ answers support inline links as label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesPage key, e.g. "page:home"
contentYesNested object of fields to change, deep-merged over current content
Behavior5/5

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

Beyond the annotations (idempotent, non-destructive), the description discloses critical behavior: deep-merge semantics, partial updates, image field path/URL input, and FAQ link syntax. This significantly helps the agent predict how the update will behave.

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 compact and front-loaded, using a clear instruction, a practical example, and two short format notes. Every sentence adds value without redundancy.

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 tool's complexity (nested deep-merge, multiple field types), the description covers the essential usage details: pre-fetch, partial update, example, image URL/path, and FAQ links. It omits return value and error cases, but the nested-object complexity is well addressed, making it nearly complete.

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

Parameters5/5

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

Schema coverage is 100%, yet the description adds substantial meaning: it illustrates the nested object shape with a concrete example, clarifies that only changed fields are sent, and provides format rules for image and FAQ fields. This goes well beyond the schema's basic descriptions.

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 opens with 'Update a page's copy or images,' clearly stating the action (update) and resource (page content). It differentiates from siblings like get_page_content (read) and update_site_content (site-level vs page-level).

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 explicit usage guidance: call get_page_content first for the shape, then send only changed fields as a nested object. It does not discuss exclusions or alternative tools, but the prerequisite step is clear and actionable.

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/ayushg8/sias-mcp-server'

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