dero_docs_search
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):
queryMUST be a non-empty search string.productis OPTIONAL. Provide when you know the scope to reduce noise (e.g.telafor TELA-DOC-1 questions).sectionis OPTIONAL. Provide a slug prefix to scope further (e.g.rpc-apiunderproduct=derod).limitis OPTIONAL (default 8, max 25).
Output: ranked matches with title, slug, headings, excerpt, canonical_url, and score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text (e.g., "wallet rpc", "tela deployment", "deropay webhooks") | |
| product | No | Optional docs product filter: derod | tela | hologram | deropay | |
| section | No | Optional section slug prefix (e.g., "rpc-api", "guides", "dero-pay") | |
| limit | No | Max matches (default 8, max 25) |