Skip to main content
Glama
badchars

darknet-mcp-server

by badchars

intelx_search_results

Fetch IntelligenceX search results using a search ID. Access actual data from previous queries with pagination support.

Instructions

Retrieve results for an IntelligenceX search by ID. Use after intelx_search to get actual data. Requires INTELX_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSearch ID from intelx_search
offsetNoResult offset (default 0)
limitNoMax results per page (default 100)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions the API key requirement and basic operation, omitting details about pagination, rate limits, error handling, or data freshness. Minimal behavioral disclosure.

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?

Two sentences, zero waste. Every word is informative and necessary. The description is front-loaded with the core action and provides usage context succinctly.

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 and no annotations, so description must be more complete. It covers the basic workflow and prerequisites but lacks details on result format, pagination behavior, and error states. Adequate for a simple retrieval tool but not fully comprehensive.

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?

Schema coverage is 100% and already documents each parameter's meaning. The description adds slight value by clarifying that 'id' is from intelx_search, but offset and limit are standard. Baseline score achieved without significant added semantics.

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 uses a specific verb ('Retrieve results') and resource ('IntelligenceX search by ID'), clearly distinguishing it from sibling tools like intelx_search (which initiates the search) and intelx_phonebook_results.

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?

Explicitly states 'Use after intelx_search to get actual data' and mentions the API key requirement, providing clear sequencing context. No explicit alternatives or exclusions, but sufficient for the intended workflow.

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/badchars/darknet-mcp-server'

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