Skip to main content
Glama
badchars

darknet-mcp-server

by badchars

intelx_phonebook_results

Retrieve paginated phonebook search results from IntelligenceX using a search ID. Essential for stepping through results after an initial query.

Instructions

Retrieve phonebook search results from IntelligenceX by ID. Use after intelx_phonebook. Requires INTELX_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPhonebook search ID from intelx_phonebook
offsetNoResult offset (default 0)
limitNoMax results per page (default 100)
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions API key requirement and sequencing but does not state whether the tool is read-only, pagination behavior, or error handling. Minimal but adequate.

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 concise sentences: first states purpose, second gives usage and prerequisite. No unnecessary words or repetition.

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 no output schema and no annotations, the description covers the essential workflow (sequencing, authentication) but lacks details on return format, pagination, or error cases. For a simple retrieval tool, it is mostly complete.

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 parameters are well-documented. Description adds value by linking the 'id' parameter to the preceding intelx_phonebook call, clarifying the workflow. Offset and limit are defined in schema; no additional semantics needed.

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?

Description clearly states the action ('Retrieve phonebook search results') and the resource ('by ID from IntelligenceX'). It distinguishes from sibling intelx_phonebook by specifying this tool is for retrieving results after the search is initiated.

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 says 'Use after intelx_phonebook' and 'Requires INTELX_API_KEY', providing clear sequencing and prerequisite. Does not explicitly list when not to use, but context makes it obvious.

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