Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_cloudflare_post_v1_cloudflare_zones_zone_id_purge

Purge Cloudflare cache for a zone by sending purge_everything:true to clear all, or a files array for specific URLs.

Instructions

Purge CloudFlare cache for a zone. Send purge_everything:true to purge all, or files array for specific URLs.

HTTP: POST /v1/cloudflare/zones/:zone_id/purge Category: CloudFlare

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYesPath parameter: zone_id
credential_idNoQuery parameter: credential_id
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions body parameters (purge_everything, files) that are not in the input schema, which conflicts with the actual tool interface. The description does not clarify that the body parameters are separate from the schema, nor does it explain the role of credential_id or zone_id. This lack of transparency could confuse an AI agent about the actual parameters to send.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with three short sentences. The first sentence states the purpose, the second gives quick usage guidance, and the third provides the HTTP method and URL. No superfluous information. However, it could be slightly improved by separating the body parameter guidance from the schema description.

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 that this is a purge operation with a POST request and two schema parameters, the description lacks important context: it does not mention that zone_id and credential_id are required/path/query parameters, nor does it explain the purpose of credential_id. The output format is not described, and the body parameters are not aligned with the schema. The description is incomplete for an agent to correctly invoke the tool without additional inference.

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

Parameters2/5

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

Schema coverage is 100% for zone_id and credential_id, but the description adds no meaning for these parameters. Instead, it introduces undocumented body parameters (purge_everything, files) that are not in the schema, potentially misleading the agent. The description should have explained the schema parameters or clarified that the body parameters are part of the HTTP request body.

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 purges CloudFlare cache for a zone, with two modes: purge all or specific URLs. The verb 'purge' and resource 'cache' are specific, and the action distinguishes it from sibling CloudFlare tools like dns, dev_mode, ssl_mode, etc.

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 guidance on how to use the tool: send purge_everything:true for all files, or a files array for specific URLs. However, it does not explicitly state when to use this tool versus alternatives (e.g., other CloudFlare post tools), but the purpose is clear enough from the action.

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/Panelica/panelica-mcp'

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