Skip to main content
Glama
guilyx

epsteinexposed-mcp

cross_search

Search across documents and emails simultaneously using full-text search to find relevant information in both formats.

Instructions

Search across documents AND emails simultaneously using full-text search.

Args:
    query: Search query (required).
    type: Limit to "documents" or "emails". Omit to search both.
    limit: Max results per type, max 100 (default 20).

Returns:
    JSON with separate result arrays for documents and emails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
typeNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses key behavioral traits: it's a search operation (implied read-only), returns separate result arrays, and mentions the limit constraint (max 100). However, it doesn't cover important aspects like authentication requirements, rate limits, pagination, or error conditions.

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 perfectly structured and front-loaded: purpose statement first, then parameter explanations, then return format. Every sentence earns its place with zero wasted words. The bullet-point style for Args and Returns enhances readability without sacrificing conciseness.

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

Completeness4/5

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

Given 3 parameters with 0% schema coverage and no annotations, the description does an excellent job explaining parameters and return format. The existence of an output schema reduces the need to detail return values. However, for a search tool with no annotations, it could benefit from mentioning performance characteristics or result ordering.

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?

With 0% schema description coverage, the description compensates well by explaining all three parameters: 'query' (required search query), 'type' (limit to documents/emails or both), and 'limit' (max results per type with default and maximum). It adds meaningful context beyond the bare schema, though it doesn't specify the exact format for the 'type' parameter values.

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 with specific verb ('Search') and resources ('documents AND emails simultaneously'), distinguishing it from siblings like 'search_documents' (documents only) and 'search_persons' (different resource). It explicitly mentions full-text search capability.

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 provides clear context for when to use this tool (searching across both documents and emails) and includes guidance on the 'type' parameter to limit to specific resource types. However, it doesn't explicitly state when NOT to use it versus alternatives like 'search_documents' or 'search_persons'.

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/guilyx/epsteinexposed-mcp'

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