Skip to main content
Glama
Kynlos
by Kynlos

ftp_search

Search remote files by name, extension, or content regex to locate specific code patterns or files across the workspace.

Instructions

Advanced remote file search. Supports finding files by name (wildcards), extension, or content regex (grep-like). Use this to find specific code patterns across the remote workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoRemote directory to start the recursive search in..
limitNoMaximum matches to return.
offsetNoSkip initial matches for pagination.
patternNoFile name pattern (e.g. `*.js`, `db_*`).
extensionNoRestrict search to specific file extensions (e.g. `.css`).
contentPatternNoRegex pattern to search inside file contents. Highly efficient for finding variable usage or specific logic.
findLikelyConfigsNoPrioritize searching for project manifests and config files (package.json, .env, etc.)
Behavior2/5

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

Without annotations, the description should fully disclose behavior. It only mentions search capabilities but omits details like recursion, performance impact, or required permissions, leaving significant gaps.

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?

Two sentences, front-loaded with key purpose, no superfluous words. Efficiently conveys the tool's role.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters and no output schema, the description provides adequate but incomplete context. It mentions search types but not return format, behavior on no matches, or recursion (though schema indicates recursion via path description).

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

Parameters4/5

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

Schema coverage is 100%, baseline 3. The description adds value by mapping parameters to search types (name, extension, content regex) and explaining findLikelyConfigs. Some parameters like path, limit, offset have only schema descriptions.

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 it is an advanced remote file search tool that supports finding files by name, extension, or content regex. It distinguishes from basic list operations but does not differentiate from similar sibling like ftp_analyze_workspace.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'Use this to find specific code patterns across the remote workspace,' providing implicit guidance. However, it lacks when-not-to-use instructions or explicit comparison to sibling tools.

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

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