Skip to main content
Glama
Santisoutoo

everything-mcp

by Santisoutoo

search_files

Find files and folders by name across the entire disk using the Everything index, with native query syntax for filtering, sorting, and pagination.

Instructions

Instantly search file and folder NAMES across the entire disk using the Everything index (use this instead of recursive directory listings when the target is outside the current project).

query uses Everything's native syntax — exploit it instead of filtering results yourself:

  • Plain words match anywhere in the name: informe tfg (space = AND).

  • Wildcards: *.sfz, foto_202?.jpg. Extension filter: ext:pdf;docx.

  • Scope to a folder tree: path:"C:\Users\santi\Documents" factura. Direct children only: parent:"C:\Users\santi\Desktop".

  • Only folders / only files: folder:node_modules, file:*.log.

  • Dates: dm:today, dm:lastweek, dm:2026. Size: size:>10mb.

  • Operators: | (OR), ! (NOT), quotes for exact phrases.

Searches names only, NOT file contents. total_results in the response is the full match count; page with offset if it exceeds max_results. match_whole_word requires each search term to match a whole word. match_path matches the terms against the full path, not just the name. sort is one of: default (index order), name, path, size (largest first), date_modified (newest first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNodefault
queryYes
regexNo
offsetNo
match_caseNo
match_pathNo
max_resultsNo
match_whole_wordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly. It discloses that only names are searched (not contents), explains pagination via total_results and offset, details query syntax operators, and specifies behavior for match_whole_word, match_path, and sort. No contradictions.

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 well-structured with a front-loaded purpose, followed by a compact but thorough query syntax guide. Every sentence provides value, and the bullet points improve readability without unnecessary verbosity.

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?

For a complex search tool with no annotations, this description is highly complete. It covers search scope, query language, pagination, sorting, and edge behaviors. Since an output schema exists, return value details are appropriately delegated, and the description focuses on behavioral context.

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 0%, so the description must compensate; it extensively explains query, offset, max_results, sort, match_whole_word, and match_path. However, regex and match_case are not mentioned, leaving minor gaps for those parameters. Overall it adds substantial meaning beyond the schema.

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 the tool searches file and folder NAMES across the entire disk using the Everything index, with a specific verb and resource. It also distinguishes itself from recursive directory listings and the sibling tool (everything_status), making its purpose unmistakable.

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?

Explicitly advises using this tool instead of recursive directory listings when the target is outside the current project, and instructs to exploit Everything's native syntax rather than filtering results yourself. This provides strong when-to-use guidance and names an alternative approach.

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/Santisoutoo/everything-mcp'

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