Skip to main content
Glama
dengbojing

everything-mcp

by dengbojing

everything_search

Read-only

Search local files and folders by name, extension, size, or date using Everything query syntax. Returns paths, sizes, and modification times with filters, sorting, and pagination.

Instructions

Search the local Everything index. query supports Everything syntax (ext:pdf, size:>1mb, dm:today). No path means all indexed locations. Returns paths, size bytes and modification times. Pagination reflects a live, changing index. Does not read file contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoall
pathNo
sortNopath
limitNo
queryYes
regexNo
offsetNo
filtersNo
descendingNo
match_pathNo
case_sensitiveNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior5/5

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

Adds return-shape disclosure ('Returns paths, size bytes and modification times'), live-index pagination behavior, and a safety guarantee ('Does not read file contents') beyond the readOnly/not-destructive annotations. No contradiction.

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?

Six short sentences, each carrying information; the purpose is front-loaded and the text stays within a compact paragraph. No filler.

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?

No output schema exists, but the description states the core return fields. Given 11 parameters and many sibling modes, it doesn't cover how the tool relates to sibling search modes or the meaning of the advanced flags, leaving the full picture incomplete.

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

Parameters3/5

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

With 0% top-level schema description coverage, the description compensates for the key parameters: query syntax examples and path default scope. However, it leaves sort, limit, offset, regex, match_path, case_sensitive, kind, descending, and filters mostly to their schema names, which is a clear gap.

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?

States a specific action ('Search the local Everything index') and resource, and adds concrete query syntax examples. It does not explicitly differentiate from the many everything_search_* siblings, so it misses the fifth point.

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

Usage Guidelines2/5

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

No sentence tells the agent when to choose this general search over everything_search_typo, everything_search_regex, everything_search_fuzzy, or others. 'No path means all indexed locations' is scope information, not usage routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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