Skip to main content
Glama
b2dmx

uc-remote-mcp

by b2dmx

restore_config

Restore activities and remotes customization (names, button mappings, UI pages, sequences) from a backup file. First call dry run for plan and token; call again with token to apply.

Instructions

Restore activities/remotes customization (names, button mappings, UI pages, sequences) from a backup file. First call returns a confirmation_token + full plan without writing; call again with the token and dry_run=false to apply. Auto-backup of the current state is taken before applying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
dry_runNo
input_pathYes
confirmation_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It discloses the two-phase commit (dry run then apply), the requirement for a confirmation_token, and the auto-backup before applying. Minor gap: does not mention what happens on failure or invalid input.

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 three sentences long, each serving a distinct purpose: state the action, explain the two-step process, and note the auto-backup. No redundant or irrelevant information; it is front-loaded and efficiently conveys the key behavior.

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?

Despite the presence of an output schema (reducing the need to describe return values), the description covers the main workflow, safety mechanisms, and token-based confirmation. Missing details: error handling, file format expectations, and the 'host' parameter. Sibling differentiation is adequate but not explicit.

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?

With 0% schema description coverage, the description compensates for dry_run (implies default true), confirmation_token (explained as token from first call), and input_path (implied as backup file). However, the 'host' parameter is not mentioned at all, leaving its purpose unclear.

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 clearly identifies the tool's action ('Restore activities/remotes customization from a backup file') and specifies the resource scope (activities, remotes, UI pages, etc.). The two-step process distinguishes it from siblings like backup_config and diff_config.

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 description outlines the required process (first call with dry_run=true, second with dry_run=false and confirmation_token) but does not explicitly state when to choose this tool over alternatives like backup_config or diff_config. Usage is implied but not compared to siblings.

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/b2dmx/uc-remote-mcp'

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