Skip to main content
Glama

wordpress_schedule_backups

wordpress_schedule_backups

Schedule automatic backups to protect your WordPress site data. Prevent data loss by automating backup routines.

Instructions

Schedule automatic backups

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.0.0
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observed

TDQS

C2.7/5.0
Behavior1/5

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

No annotations are provided, so the description must fully disclose behavioral traits. The phrase 'Schedule automatic backups' reveals nothing about side effects, underlying mechanisms (e.g., cron setup), reversibility, permissions required, or what happens after scheduling. This is a complete lack of behavioral transparency.

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

Conciseness5/5

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

The description is a single, short sentence with no superfluous words. It is maximally concise and easy to parse, though it sacrifices substance for brevity—a tradeoff reflected in other dimensions.

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 the absence of annotations, output schema, and parameters, the description is severely under-specified. It does not explain what 'scheduling automatic backups' entails, what the tool returns, or how it integrates with WordPress, leaving major gaps in context for an agent deciding to invoke it.

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

Parameters4/5

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

The tool has 0 parameters and the schema coverage is trivially 100%, so there is no parameter information for the description to add. Per the rubric, 0 parameters warrants a baseline of 4, and the description does not mislead or omit anything necessary.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('schedule') and resource ('automatic backups'), but it does not distinguish this tool from sibling tools like wordpress_full_backup, wordpress_backup_database, or wordpress_schedule_event. It is a direct paraphrase of the tool name without added specificity, making it only marginally beyond a tautology.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention appropriate contexts, prerequisites, or exclusions, leaving the agent to guess when 'schedule_backups' is the right choice among many backup and scheduling tools.

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

Deploy Server

Other Tools