droyd_search_content
Search cryptocurrency knowledge base for content using recent browsing or AI-powered semantic queries across multiple content types, categories, and ecosystems.
Instructions
Search the DROYD knowledge base for crypto content.
Search Modes:
recent - Browse latest content by type, category, or ecosystem
semantic - AI-powered search with natural language query
Content Types: posts, news, developments, tweets, youtube, memories, concepts
Categories: defi, nfts, gaming, ai, memecoins, stablecoins, rwas, depin, wallets, etc.
Ecosystems: solana, ethereum, base, bitcoin, arbitrum, optimism, polygon, avalanche, etc.
Examples:
Recent DeFi news: { "search_mode": "recent", "content_types": ["news"], "categories": ["defi"], "days_back": 7 }
Semantic search: { "search_mode": "semantic", "query": "AI agents in crypto", "include_analysis": true }
Ecosystem research: { "search_mode": "recent", "ecosystems": ["solana", "base"], "content_types": ["posts", "tweets"] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_mode | Yes | Search mode | |
| query | No | Search query (required for semantic mode) | |
| content_types | No | Content types to include | |
| categories | No | Category slugs (max 5) | |
| ecosystems | No | Ecosystem slugs (max 5) | |
| days_back | No | Days to look back (1-90) | |
| limit | No | Max results (10-100) | |
| sort_by | No | Sort order | |
| include_analysis | No | Include AI analysis (semantic mode only) | |
| minimum_relevance_score | No | Min relevance score (0-1) |