Quick Start
Core Functions
tool_search
Search for relevant tools based on natural language queries:tool_execute
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: Utility 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
Example
Next Steps
- Utility Tools Framework Integration - Complex workflows and optimisation
- LangChain Integration - Use with LangChain agents
- CrewAI Integration - Multi-agent workflows