Skip to main content
Glama
codesyntax

Plone Dynamic Pages MCP Server

by codesyntax

patch_content

Update existing Plone objects with new data using PATCH requests. Target content by URL and provide updated fields to apply changes.

Instructions

Updates an existing Plone object (PATCH).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
tokenNo
cookieNo
content_urlYes
Behavior2/5

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

With no annotations, the description must carry the full transparency burden. It only states the mutation and the HTTP method, but doesn't disclose side effects, authorization requirements, or behavior for non-existent objects or partial updates.

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 a single sentence with no filler words, presenting the core purpose directly. It is perfectly concise and well-structured.

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

Completeness2/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 data object, no output schema, no annotations), the description is too minimal. It only covers the basic function and leaves out return values, parameter semantics, and edge cases, making it incomplete for safe invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of the four parameters (data, token, cookie, content_url). The agent receives no guidance on how to construct the request, making the description inadequate for parameter understanding.

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?

The description clearly states the tool updates an existing Plone object and notes the HTTP method (PATCH), making the purpose obvious. However, it doesn't explicitly differentiate from siblings like move_dynamic_page_row, which also modifies content.

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?

The description implies usage when an existing object needs modification, but it doesn't state when to prefer this over create_content or delete_content, nor does it mention any exclusions or prerequisites.

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/codesyntax/cs-dynamicpages-mcp'

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