Skip to main content
Glama
ellmos-ai

ellmos-filecommander-mcp

Start Async Search

fc_start_search
Read-only

Begins a background file search using a wildcard pattern in a specified directory, returning a search ID. Retrieve results later with fc_get_search_results or stop with fc_stop_search.

Instructions

Starts a background search. Claude can perform other tasks in the meantime.

Args:

  • directory (string): Start directory

  • pattern (string): Search pattern (wildcards: * and ?)

Returns:

  • Search ID for fc_get_search_results, fc_stop_search

Example: Start search: fc_start_search("C:\Users", "*.pdf") Get results later: fc_get_search_results(search_id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directoryYesStart directory
patternYesSearch pattern with wildcards
Behavior5/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, confirming non-destructive behavior. The description adds that the search runs asynchronously and returns a search ID, which is crucial for tool invocation flow.

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?

Description is front-loaded with the core purpose, uses structured sections (Args, Returns, Example) for easy scanning, and every sentence adds value. No redundancy with schema or annotations.

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

Completeness5/5

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

Given the simplicity (2 required params, no output schema), the description fully covers what an agent needs: how to start, get results, and stop. Sibling tools provide necessary context for alternatives.

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?

Input schema already covers both parameters with descriptions (100% coverage). The description provides an example value ('C:\Users', '*.pdf') that clarifies wildcard usage. Since schema coverage is high, baseline is 3, and the example pushes it to 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it starts a background search, distinguishing it from synchronous search (fc_search_files) by emphasizing asynchronous behavior. The verb 'starts' and resource 'background search' are specific.

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

Usage Guidelines5/5

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

The description explicitly frames usage: use this for background search, then get results with fc_get_search_results or stop with fc_stop_search. It includes an example showing the sequence, and siblings imply alternatives (fc_search_files for synchronous).

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/ellmos-ai/ellmos-filecommander-mcp'

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