ftp_pwd
Retrieve the current working directory on an FTP server to confirm your location before performing file operations.
Instructions
Get current working directory on FTP server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve the current working directory on an FTP server to confirm your location before performing file operations.
Get current working directory on FTP server
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description bears full responsibility for behavioral disclosure. It only states the operation is to 'Get' a directory but does not disclose whether an active FTP connection is required, what the response format is, or any error/state affects. This is minimal behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, zero fluff, front-loads the action and object. Every word contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a trivial zero-parameter read-only query, the description states the core function clearly. It lacks explicit mention of connection prerequisites or return type, but these may be inferred from FTP context and sibling tools; still, a small gap prevents a 5.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so schema coverage is trivially 100% and there are no parameter semantics to explain. Baseline 4 for zero-parameter tools is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'Get' and resource 'current working directory on FTP server', clearly distinguishing from sibling tools like ftp_cd (change directory) and ftp_list (list files). It precisely states the tool's function with no ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The purpose is self-evident, implying use whenever the agent needs to know the current directory after connecting. However, no explicit guidance is given about when to prefer this over alternatives or what prerequisites (e.g., active connection) are needed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rhayalcantara/mcp-ftp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server