Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_wordpress_get_v1_wordpress_id_backups

Read-onlyIdempotent

List backups for a WordPress site by ID. This read-only endpoint retrieves available backup files to help you manage or restore your site.

Instructions

List backups

HTTP: GET /v1/wordpress/:id/backups Category: WordPress Required scopes: domains:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds an actionable requirement beyond annotations: the domains:read scope needed to call the endpoint. It does not describe response shape or pagination, but for a safe read operation with annotations present, the auth context is enough to earn above baseline.

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, followed by useful endpoint, category, scope, and safety metadata. The 'Read-only' line is redundant with annotations but harmless.

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 low complexity (one required id, no nested objects, no output schema) and annotations establishing safety and idempotency, the description provides enough context to select and invoke it. It does not describe the returned backup list shape, but this is a minor gap for a simple GET endpoint.

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 coverage is 100% and the only parameter, id, is documented as a path parameter. The description adds no extra semantics for id beyond what the schema already provides.

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?

Description states a clear action and resource: it lists backups, and the endpoint path /v1/wordpress/:id/backups makes the WordPress-specific resource unambiguous. It distinguishes from the create/restore backup siblings, but does not explicitly differentiate from the generic panelica_backups_get_v1_backups listing tool.

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 HTTP path and 'Category: WordPress' imply this is for listing backups of a WordPress installation. However, there is no explicit guidance about when to choose this over sibling backup-listing or backup-management tools, so selection is left to inference.

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