Skip to main content
Glama

put_ftp_config

Update Freebox FTP configuration: enable/disable, set anonymous access, password, ports, and remote access settings.

Instructions

Update the FtpConfig

Error codes: internal_error, weak_password

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNois the FTP server enabled
allow_anonymousNocan anonymous user log in
allow_anonymous_writeNocan anonymous user write data
passwordNouser password
allow_remote_accessNoenable ftp server remote access
weak_passwordNois the ftp password weak (in this case remote access is disabled)
port_ctrlNoftp control port to use for remote access
port_dataNoftp data port to use for remote access
remote_domainNodomain name to use for remote access

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Without annotations, the description must disclose behavioral traits. It only lists two error codes ('internal_error', 'weak_password'), but does not mention if the update is partial or full, if it restarts services, or what side effects occur. This is insufficient for a mutation tool.

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

Conciseness3/5

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

The description is very short (one sentence plus error codes). It is concise but lacks structure; error codes could be presented more clearly. It does not waste words but could be improved with a list or clarifications.

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?

For a tool with 9 parameters, all optional, and an output schema, the description does not explain partial update behavior, what the output represents, or any constraints. It feels incomplete and leaves important questions unanswered.

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 coverage is 100%, so baseline is 3. The description does not add any meaning beyond the schema's descriptions. The error code 'weak_password' is mentioned but relates to a parameter already described in the schema.

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 says 'Update the FtpConfig', which clearly indicates the verb (update) and resource (FtpConfig). This distinguishes it from sibling 'get_ftp_config' for reading. However, it lacks additional detail about scope or context.

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?

No guidance is provided on when to use this tool vs alternatives, prerequisites, or when not to use it. The description only states the action without any usage context.

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/Nelson-PROIA/freebox-mcp'

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