Skip to main content
Glama

sys_tftpd

Turn the TFTP server on or off to enable firmware upgrades, with a required confirmation for applying changes.

Instructions

Enable/disable TFTP server for firmware upgrade (write — requires confirmation)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onoffYes
user_codeNo
acknowledgeNo
confirm_tokenNo
confirmation_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations provided, the description carries all behavioral disclosure. It does say 'write — requires confirmation', which tells the agent that this is a mutating action and that an extra confirmation step is involved. However, it does not explain side effects, persistence, reversibility, or exactly what 'confirmation' means (e.g., whether a confirm_token is required). This is a moderate level of transparency but leaves several behavioral aspects unclear.

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 sentence with no filler, front-loading the primary verb and resource. It packs the essential action and purpose into a compact string. The only slight issue is that it is so short that it leaves out useful details about parameters and the confirmation flow, but the text itself is efficient and well-structured.

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?

The tool is moderately complex with 5 parameters and no annotations, and the schema descriptions are absent. The description only conveys the high-level action and the presence of a confirmation step, but it does not explain the confirmation mechanism (e.g., how to obtain and pass confirmation tokens), or what response the agent can expect, or how to use the optional parameters. It is incomplete for a tool that likely requires a multi-step confirmation flow.

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

Parameters2/5

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

The input schema has 5 parameters – onoff, user_code, acknowledge, confirm_token, confirmation_id – but schema description coverage is 0%. The description only implies what 'onoff' controls via 'enable/disable', and mentions 'requires confirmation' which hints at a few confirmation-related parameters but gives no specific semantic meaning for any of them. The description does not compensate for the complete lack of parameter documentation.

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 clearly states the action (enable/disable), the resource (TFTP server), and the purpose (for firmware upgrade). It also signals it is a write operation and requires confirmation, which helps distinguish it from read-only sibling tools. Though it doesn't name an alternative tool, the specific verb+resource combination is precise enough for an agent to understand what it does.

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?

The description provides a small usage hint ('for firmware upgrade') and notes that it is a write operation requiring confirmation, but it does not give explicit guidance about when to use this tool versus alternatives, nor does it mention any prerequisites or conditions. Since there are no sibling TFTP tools and many other enable/disable tools, the description alone does not fully inform an agent when this tool should be chosen over others.

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