droyd_search_projects
Search cryptocurrency projects by name, symbol, address, or semantic query to access market data, technical analysis, and project developments.
Instructions
Search for crypto projects by name, symbol, address, or semantic query.
Search Types:
project_id - Direct ID lookup (fastest)
name - Search by project name (e.g., "Jupiter", "Raydium")
symbol - Search by ticker symbol (e.g., "JUP", "RAY", "SOL")
address - Search by contract address (exact match)
semantic - AI-powered concept search (e.g., "AI agents in DeFi")
Attributes: developments, recent_content, technical_analysis, market_data, mindshare, detailed_description, metadata
Examples:
By name: { "search_type": "name", "queries": ["Jupiter", "Raydium"] }
By symbol: { "search_type": "symbol", "queries": ["SOL", "ETH", "BTC"] }
Semantic: { "search_type": "semantic", "queries": ["liquid staking protocols on Solana"] }
With data: { "search_type": "name", "queries": ["Bitcoin"], "include_attributes": ["market_data", "technical_analysis"] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_type | Yes | Type of search | |
| queries | Yes | Search queries (1-15) | |
| limit | No | Results per query (1-25) | |
| include_attributes | No | Additional data to include | |
| developments_limit | No | Max developments per project (1-10) | |
| recent_content_limit | No | Max content items per project (1-25) | |
| recent_content_days_back | No | Days back for content (1-30) |