Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_wordpress_post_v1_wordpress_id_backup

Create a backup for a WordPress site using its unique ID. Restore or protect your site data by triggering this backup operation with the required domain write scope.

Instructions

Create backup

HTTP: POST /v1/wordpress/:id/backup Category: WordPress Required scopes: domains:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already convey readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds useful context by explicitly stating 'Mutating: changes server state' and declaring the required scope 'domains:write', but it does not disclose other behavioral details such as whether backup creation is asynchronous or whether existing backups are affected.

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 compact and front-loaded with the core action 'Create backup', followed by useful routing and permission metadata. Every line earns its place, though a bit more explanatory content about behavior or parameters would improve completeness without harming conciseness.

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?

There is no output schema, and the request body is declared as an opaque JSON object with no statically declared schema. The description does not explain what the body may contain, what a successful backup returns, or how this relates to backup schedules and restore operations, leaving an agent without enough context to invoke it confidently beyond the required id.

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?

Schema description coverage is 100%, with 'id' documented as a path parameter and 'body' described as a JSON request body whose schema is not statically declared. The description itself adds no parameter-level meaning beyond the schema, which is the baseline case for high schema coverage.

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 states the action 'Create backup' with a specific HTTP endpoint and WordPress category, making the resource and operation clear. It does not, however, explicitly contrast itself with related backup operations like scheduled backups or restores, so it stops short of full sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as backup schedules, snapshots, or the restore endpoint. It only includes metadata like category and scopes, with no contextual or exclusionary guidance for an agent deciding between related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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