Skip to main content
Glama
kemalabuteliyte

ftp-mcp

ftp_chmod

Set file or directory permissions on a remote FTP server using an octal mode (e.g., 755, 644), with optional recursive application.

Instructions

Change file or directory permissions (e.g., 755, 644)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesPermission mode in octal format (e.g., '755', '644')
pathYesRemote file or directory path
recursiveNoApply recursively to directory contents (default: false)
connectionYesConnection name
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions 'change' (implying mutation) and covers files/directories, but does not disclose side effects, reversibility, permission requirements, or recursive behavior. The schema's 'recursive' parameter is not referenced in the description, leaving a transparency gap.

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 a single sentence, fully front-loaded with the action and target, and contains no filler or redundancy. It earns its place and is appropriately sized for a simple permission-changing tool.

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 the tool is a mutation with no annotations or output schema, the description is too minimal. It doesn't mention the required connection, the effect on existing permissions, or any return behavior. The schema covers parameters, but the description lacks sufficient usage context for an agent to confidently invoke the tool in real scenarios.

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%, so the schema already documents all four parameters. The description adds the example '755, 644' which is already in the mode parameter's schema description, thus providing no additional value beyond the structured schema. Baseline 3 is appropriate.

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 ('Change') and the target ('file or directory permissions'), with concrete examples ('755, 644'). However, it doesn't explicitly distinguish from sibling tools like ftp_chown or ftp_stat, though the focus on permissions makes the purpose fairly unambiguous.

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 offers no guidance on when to use this tool versus alternatives, no exclusions, and no prerequisites. It simply restates the basic function; the agent must infer usage context from the tool name and schema.

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/kemalabuteliyte/ftp-mcp'

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