Skip to main content
Glama

dero_docs_search

Read-only

Search the DERO documentation index across derod, tela, hologram, and deropay to find authoritative answers or citations for DERO questions.

Instructions

Search the bundled DERO documentation index across derod, tela, hologram, and deropay (145+ pages). In-process — no network round trip.

When to call: when you need authoritative docs to answer a DERO question, OR before constructing a citation in your response. Call this BEFORE explaining DVM, RPC methods, TELA contracts, Hologram simulator, or DeroPay webhooks. PREFER returning the top match's canonical_url and slug to the user as a citation.

Input Requirements (CRITICAL):

  • query MUST be a non-empty search string.

  • product is OPTIONAL. Provide when you know the scope to reduce noise (e.g. tela for TELA-DOC-1 questions).

  • section is OPTIONAL. Provide a slug prefix to scope further (e.g. rpc-api under product=derod).

  • limit is OPTIONAL (default 8, max 25).

Output: ranked matches with title, slug, headings, excerpt, canonical_url, and score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch text (e.g., "wallet rpc", "tela deployment", "deropay webhooks")
productNoOptional docs product filter: derod | tela | hologram | deropay
sectionNoOptional section slug prefix (e.g., "rpc-api", "guides", "dero-pay")
limitNoMax matches (default 8, max 25)
Behavior5/5

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

Description adds behavioral context beyond annotations: 'In-process — no network round trip' reveals performance trait. Also describes output format (ranked matches with fields). Annotations readOnlyHint=true and destructiveHint=false are consistent; 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?

Well-structured and front-loaded: first sentence states purpose, then performance note, then usage guidance, input requirements in bullet points, and output format. Each section is concise and purposeful, no wasted words.

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

Completeness5/5

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

Complete for a search tool with no output schema: covers purpose, input constraints (required/optional, enum, default/max), output fields, and usage context. Includes guidance on when to call and example citations, making it self-contained.

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% with descriptions for all 4 parameters. The description adds value by reinforcing required status, explaining product enum scope, clarifying section as 'slug prefix', and stating default/max for limit. This goes slightly beyond schema, justifying a 4.

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 DERO documentation index across four products (derod, tela, hologram, deropay) with 145+ pages. It uses a specific verb 'Search' and distinguishes from sibling tools like dero_docs_get_page and dero_docs_list by focusing on search across the index.

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

Usage Guidelines5/5

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

Provides explicit 'When to call' guidance: when authoritative docs are needed or before constructing a citation. Lists specific scenarios (DVM, RPC methods, etc.) and advises to prefer returning canonical_url and slug as citation. Also includes 'Input Requirements (CRITICAL)' for correct usage.

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/DHEBP/dero-mcp-server'

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