Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_backup_schedules_post_v1_backup_schedules

Creates a backup schedule to automate data backups. Specify backup frequency and retention settings to ensure your hosting data is protected.

Instructions

Create backup schedule

HTTP: POST /v1/backup-schedules Category: Backup Schedules Required scopes: backups:write Mutating: changes server state.

Input Schema

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

TDQS

B3.3/5.0
Behavior3/5

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

The description states 'Required scopes: backups:write' and 'Mutating: changes server state', adding auth requirements and explicit mutation beyond the annotations. However, it provides no other side effects, reversibility, rate limits, or idempotency caveats, and the mutation line is largely redundant with readOnlyHint=false.

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?

Four short, structured lines with the core action front-loaded. 'Category: Backup Schedules' is somewhat redundant with the endpoint and tool name, but the rest is informative and compact.

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?

For a create operation with no static request-body schema and no output schema, the description is incomplete: it omits what fields a backup schedule requires, any examples, and response behavior. An agent cannot reliably construct a correct request from the provided metadata alone.

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%, so the baseline applies, but the only parameter is an opaque 'body' object whose schema is explicitly not statically declared. The tool description adds no field-level meaning, so an agent gains no practical parameter guidance beyond knowing the request body is JSON.

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 opens with a specific verb and resource: 'Create backup schedule', reinforced by the HTTP method and category. This clearly distinguishes it from the GET, PATCH, and DELETE backup-schedule siblings.

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?

No explicit guidance on when to use this tool instead of the backup-schedule GET/PATCH/DELETE siblings or other create tools. Required scopes and mutating state are prerequisites, not selection criteria; usage must be inferred from the verb 'Create'.

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