Skip to main content
Glama
guilyx

epsteinexposed-mcp

search_documents

Search Epstein case documents with full-text queries and filters by source or category to find court filings, testimony, and correspondence.

Instructions

Search Epstein case documents using full-text search (FTS5).

Args:
    query: Full-text search query (e.g. "little st james", "flight log").
    source: Filter by document source (court-filing, doj-release, fbi, efta).
    category: Filter by document category (deposition, testimony, correspondence).
    page: Page number (default 1).
    per_page: Results per page, max 100 (default 20).

Returns:
    JSON with matching documents including title, date, source, summary, tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
sourceNo
categoryNo
pageNo
per_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by specifying full-text search (FTS5), pagination behavior (defaults and max), and return format. It doesn't mention rate limits or authentication needs but covers core behavioral aspects adequately.

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?

Well-structured with purpose statement followed by organized parameter and return sections. Every sentence adds value with no wasted words, and key information is front-loaded.

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?

The description is quite complete for a search tool with 5 parameters and no annotations. It explains parameters thoroughly and mentions the return format. With an output schema present, it doesn't need to detail return values further. Minor gap: no explicit mention of authentication or error handling.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining all 5 parameters with clear semantics, examples, defaults, and constraints. It adds substantial value beyond the bare 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 Epstein case documents using full-text search (FTS5), specifying both the action (search) and resource (Epstein case documents). It distinguishes from siblings like search_flights and search_persons by focusing specifically on documents.

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

Usage Guidelines3/5

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

The description implies usage for searching Epstein case documents but doesn't explicitly state when to use this tool versus alternatives like cross_search. It provides filtering parameters but no guidance on tool selection context.

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