Skip to main content
Glama
matt-coppinger

Horizon MCP Server

trigger_connection_server_backup

Trigger an immediate backup of selected Connection Servers. Provide server IDs to target specific servers, or omit to back up all.

Instructions

Initiate an immediate backup of one or more Connection Servers.

CAUTION: This triggers an active backup operation, not a validation check. If no server_ids are provided, all Connection Servers are backed up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idsNoConnection server IDs to back up. If omitted, all Connection Servers are backed up.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It explicitly warns that this triggers an active backup operation rather than a validation check and explains the bulk fallback behavior. It could mention permissions or side effects, but the key operational risk is disclosed.

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 concise, front-loads the primary action, and adds a valuable cautionary note. Every sentence earns its place without redundancy or fluff.

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

Completeness5/5

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

For a tool with one optional parameter and an output schema, the description covers the action, scope, and the most important caveat. There are no complex nested inputs or hidden prerequisites, so nothing material is missing for an agent to call it correctly.

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%, and the schema already fully describes server_ids, including its optionality and the fallback-to-all behavior. The description adds no new parameter-level meaning beyond restating the schema, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: 'Initiate an immediate backup of one or more Connection Servers.' It also distinguishes the tool from a validation check and clarifies the all-or-subset behavior, making it clearly distinct from the many list/get sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: to trigger an active backup rather than a validation check, and it defines the behavior when server_ids is omitted. It does not explicitly name an alternative tool for finding server IDs or performing validation, but the guidance is sufficient for correct selection.

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