Overview
The documentation search tool allows AI agents to semantically search across Allium’s documentation to find relevant information about data schemas, APIs, features, and use cases.Available Tools
| Tool Name | Description |
|---|---|
docs_search | Semantic search across Allium documentation |
docs_browse_docs | Browse documentation hierarchy like a filesystem |
docs_get_docs_file | Get complete documentation file content without character limits |
Tool Usage
Search Documentation
Search Allium documentation semantically to help your agent understand available data, APIs, and features:- “What tables contain NFT trade data?”
- “How do I get wallet balances?”
- “What blockchains are supported for DEX data?”
- “How to query token transfers on Ethereum?”
- Discover available data schemas and tables
- Understand API endpoints and their usage
- Find examples and use cases
- Learn about supported blockchains and features
Browse Documentation
Navigate Allium’s documentation hierarchy like a filesystem:""or"."→ List root directories and files"api"→ List contents of api/ directory"historical-data"→ List contents of historical-data/ directory"historical-data/overview.mdx"→ Get file content (limited to 5000 characters)
- Discover available documentation categories
- Navigate through nested documentation directories
- Retrieve markdown content from specific files
Get Full Documentation File
Retrieve complete documentation file content without character limits:- You called
browse_docsand the content was truncated - The truncated content was relevant to answering the question
- You need the rest of the file to provide a complete answer
- Browsing directories (use
browse_docsinstead) - Initial file exploration (use
browse_docsfirst) - Files where the first 5000 characters were sufficient
Use Cases
Schema Discovery
When an agent needs to find relevant tables for a query:- Use
docs_searchto find documentation about the data type - Use
docs_browse_docsto navigate to specific schema documentation - Use
explorer_search_schemasto find specific table IDs - Use
explorer_browse_schemasorexplorer_fetch_schemato get detailed schema information
API Understanding
When an agent needs to understand how to use Allium APIs:- Use
docs_searchto find relevant API documentation - Use
docs_browse_docsto navigate API reference sections - Use
docs_get_docs_fileif you need complete endpoint documentation - Find examples and understand parameters and response formats
Feature Discovery
When an agent needs to discover what’s possible:- Use
docs_searchto find use cases and examples - Use
docs_browse_docsto explore available features by category - Find supported blockchains, data types, and understand data freshness
Related Resources
Data Catalog
Explore available blockchain data schemas
Explorer Tools
Query tools for blockchain data