delete-page-by-id
Deletes any Concrete CMS page by its page ID. Use this to remove unwanted pages and keep your site organized.
Instructions
Delete a page by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageID | Yes | ID of page to delete |
Deletes any Concrete CMS page by its page ID. Use this to remove unwanted pages and keep your site organized.
Delete a page by its ID
| Name | Required | Description | Default |
|---|---|---|---|
| pageID | Yes | ID of page to delete |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, but it only restates the tool's name's meaning. It does not disclose whether deletion is permanent, cascades to child pages, requires specific permissions, or what happens to associated content. This is a significant gap for a destructive operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one clear sentence with zero redundancy. It is front-loaded and immediately communicates the action and target.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool is simple (one parameter, no output schema) and the core function is clear, the lack of annotations or behavioral context leaves the description merely at a minimum viable level. It doesn't address potential side effects or prerequisites that an agent might need to avoid failed invocations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully documents the single pageID parameter with 100% coverage, including a description and location. The tool description adds no additional parameter semantics beyond what the schema provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Delete' and identifies the resource 'page' and the means 'by its ID'. It clearly distinguishes from sibling tools like get-page-by-id, update-page-by-id, and more granular deletes like delete-page-version-by-page-id-and-version-id.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The description simply states the action without contextual cues or exclusions, and no reference is made to sibling tools or scenarios where it's appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/concrete5-community/concretecms-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server