Skip to main content
Glama

Update FTP user

ftp_update

Update an existing FTP user's password, path, or comment. Requires the FTP login.

Instructions

Update an FTP user (update_ftpuser). Params unverified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ftp_pathNo
ftp_loginYesFTP login, e.g. wXXXXXXf1
ftp_commentNo
ftp_passwordNo
Behavior2/5

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

The note 'Params unverified' hints that parameters may not be validated before execution, which is a behavioral trait. However, without annotations, the description fails to disclose other important aspects like side effects, auth requirements, or whether the update is destructive.

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 extremely concise with no unnecessary words. Every part (the action and the note 'Params unverified') adds some value.

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?

Given no output schema and no annotations, the description is incomplete. It does not explain what the tool returns, error handling, or any prerequisite conditions, making it insufficient for an agent to use correctly.

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?

Schema coverage is only 25% (only ftp_login has a description), and the description does not add meaning for the other parameters (ftp_path, ftp_comment, ftp_password). It does not compensate for the low coverage.

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 'Update an FTP user' which identifies the action and resource, and distinguishes from sibling tools like ftp_add and ftp_delete. However, it could be more specific about which fields can be updated.

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 on when to use this tool versus alternatives like ftp_add or ftp_delete. No context on prerequisites or conditions for use.

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/art-design-digital/allinkl-mcp'

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