Quick Start
Core Functions
meta_search_tools
Search for relevant tools based on natural language queries:meta_execute_tool
Execute any tool dynamically by name:Framework Integration
LangChain
CrewAI
Best Practices
- Cache Tool Searches: Store search results to avoid repeated API calls
- Handle Failures: Meta tools may fail if integrations are unavailable
- Use Specific Queries: More specific searches return better results
- Validate Parameters: Check tool parameters before execution
- Set Reasonable Limits: Don’t search for too many tools at once
Next Steps
- Meta Tools Framework Integration - Complex workflows and optimization
- LangChain Integration - Use with LangChain agents
- CrewAI Integration - Multi-agent workflows