Skip to main content
Glama
uwx

everything-mcp

by uwx

everything_search

Search files and folders on Windows using Everything syntax, including content, size, date, and path filters.

Instructions

Search for files and folders on Windows using Everything.

Everything search syntax supports:

  • Basic search: "foo.txt" finds files named foo.txt

  • Wildcards: ".txt", "foo", ".jpg|.png"

  • Boolean operators: "foo bar" (AND), "foo|bar" (OR), "!" prefix (NOT)

  • Content search: "content:hello" searches file contents

  • Size filters: "size:>1mb", "size:100kb..1mb"

  • Date filters: "datemodified:today", "datecreated:2024-01-01"

  • Path filters: "path:Downloads", "parent:C:\Projects"

  • Attribute filters: "attrib:readonly", "attrib:hidden"

  • Type filters: "ext:jpg", "type:audio"

  • Regex: enable regex mode for regex patterns

  • And many more...

Examples: "ext:jpg size:>1mb", "*.ts", "folder:node_modules", "content:TODO"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query using Everything search syntax.
regexNoTreat query as a regular expression (default: false).
offsetNoZero-based offset for pagination (default: 0).
matchCaseNoMatch case (default: false).
matchPathNoMatch against full path, not just filename (default: false).
maxResultsNoMaximum number of results to return (default: 50, max: 1000).
matchWholeWordNoMatch whole words only (default: false).
Behavior3/5

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

With no annotations, the description carries the full burden. It thoroughly explains query syntax and filtering behavior (wildcards, operators, filters), but does not explicitly state that the operation is read-only, nor describe the return format or error handling. This is a moderate gap for a search tool.

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 front-loaded with the main purpose, followed by a well-organized, concise syntax reference. Every line adds value, and the structure uses clear separators and examples. It is appropriately sized for a tool with complex query syntax.

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?

The description is rich in query syntax but lacks details about the return format (list of paths?), pagination behavior, or how results integrate with sibling tools like everything_file_info. With no output schema, this is a notable gap. However, the heuristic nature of search results is implied.

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%, so baseline is 3. The description adds meaningful context for the 'query' parameter by providing extensive syntax examples and explanation of operators, which goes beyond the schema's simple 'Search query using Everything search syntax.' Other parameters rely on schema descriptions, which are clear.

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's purpose: 'Search for files and folders on Windows using Everything.' This is a specific verb ('Search') with a clear resource ('files and folders') and platform, distinguishing it from siblings like file_info, version, and status.

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

Usage Guidelines4/5

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

The description sets clear context that this tool is for searching using Everything's syntax. It does not explicitly mention alternatives or when-not-to-use, but the extensive syntax guide implies appropriate usage patterns. Given the sibling tools are clearly non-search operations, the context is sufficient.

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

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