Overview
Unified search across all Cronos documentation (SDK examples, guides, smart contract templates, bridge instructions). Tool Name:query_cronos_sdk_docs
Parameters
Natural language query (e.g., ‘send CRO’, ‘deploy NFT contract’, ‘bridge to Cosmos’)
Filter by programming languageOptions:
"typescript", "python", "rust", "solidity", "any"Filter by content categoryOptions:
"sdk", "guide", "contract", "bridge", "all"Optional context (e.g., ‘beginner’, ‘building dapp’, ‘debugging’)
Response
Knowledge Sources
The tool searches across multiple knowledge bases:- SDK Examples
- Official Guides
- Smart Contracts
- Bridge Guides
- x402 Payment Tech
150+ code examples
- TypeScript SDK (60+ examples)
- Python SDK (40+ examples)
- Rust SDK (35+ examples)
Example Usage
Python (MCP Client)
Natural Language Query
Response Fields
Result Object
| Field | Type | Description |
|---|---|---|
type | string | Content type (sdk, guide, contract, bridge) |
relevance | number | Relevance score (0-1) |
title | string | Result title |
preview | string | Brief description |
category | string | Content category |
language | string | Programming language |
code | string | Code snippet or content |
url | string | Documentation URL |
github_source | string | GitHub source link |
Smart Search Features
Natural Language
Ask questions in plain English
Semantic Search
Understands intent, not just keywords
Smart Routing
Automatically selects best knowledge base
Relevance Ranking
Results sorted by relevance score
Search Strategies
By Language
- TypeScript
- Python
- Solidity
By Category
SDK Examples
SDK Examples
Smart Contracts
Smart Contracts
Bridge Guides
Bridge Guides
Common Queries
- Transactions
- Tokens & NFTs
- Smart Contracts
- DeFi
- Cross-Chain
- “send CRO”
- “transfer tokens”
- “sign transaction”
- “estimate gas”
- “check transaction status”
Use Cases
Learning
Learn Cronos development through examples
Development
Find code snippets for your project
Troubleshooting
Find solutions to common issues
Discovery
Discover new features and capabilities
SDK Coverage
TypeScript SDK (60+ examples)
- Wallet setup and connection
- Transaction signing and sending
- Token operations (ERC-20, ERC-721, ERC-1155)
- Smart contract interaction
- Event listening
- Multi-chain queries
Python SDK (40+ examples)
- Account management
- Transaction building
- Token queries
- Contract deployment
- RPC interactions
- Data analysis
Rust SDK (35+ examples)
- Low-level blockchain interaction
- High-performance applications
- Node integration
- Custom tooling
Best Practices
Be Specific
Use clear, specific queries for better results✅ “deploy ERC-20 token with minting”
❌ “token”
❌ “token”
Related Tools
get_contract_template
Get full contract templates
get_bridge_instructions
Detailed bridge guides
get_x402_examples
Payment integration examples