Skip to main content
Glama

iptime_plan_config_restore

Generate a critical-risk restore plan by hashing an ipTIME configuration backup, enabling safe rollback.

Instructions

Hash a local ipTIME configuration backup and create a critical-risk restore plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
router_idNoConfigured router id; optional when exactly one router exists
Behavior3/5

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

The description adds context beyond the annotations by noting the operation hashes a local backup and creates a critical-risk plan. It does not contradict the annotations: creating a plan is consistent with readOnlyHint=false and destructiveHint=false, but side effects such as plan persistence or execution prerequisites are not disclosed.

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 a single front-loaded sentence with no filler. It would only score a 5 if it had stronger structural separation, but it is efficient and to the point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the input source and the outcome (restore plan), which is enough to select the tool among siblings. However, without an output schema it omits the return value, and it does not explain the relationship to iptime_apply_change or what happens after the plan is created.

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?

The description gives some semantic context for file_path by identifying it as a local ipTIME configuration backup, but it does not explain its format or location requirements. router_id is already documented in the schema as optional when one router exists; the description adds nothing else to compensate for the missing file_path schema description.

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 names a specific process: hashing a local ipTIME configuration backup and producing a restore plan. It clearly conveys the tool is about config restoration rather than backup or apply, but it does not explicitly differentiate from sibling plan tools like iptime_plan_change or iptime_plan_firmware_upgrade.

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 its siblings. The phrase 'local ipTIME configuration backup' only implies an input context; it does not state prerequisites, exclusions, or alternatives such as iptime_apply_change or iptime_backup_config.

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/mikusnuz/iptime-mcp'

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