find_tools → describe_tool → execute_tool flow.
Providers
| Provider | Best for |
|---|---|
| Tavily | AI-optimized search with semantic understanding; ideal for agent-native workflows |
| Brave Search | Privacy-focused, independent index with no user tracking |
| Perplexity | Answer engine that returns verified, cited sources alongside results |
| Serper | Fast, reliable access to Google’s index at scale |
| Exa | Neural and semantic search tuned for research and knowledge-retrieval workflows |
| Parallel | High-throughput search designed for concurrent or batched agent queries |
Common operations
- Web search — general-purpose retrieval across the open web
- News search (
getNewsSearch) — recent headlines and articles on a topic - Image search (
getImageSearch) — find images matching a query - LLM context (
getLlmContext) — results pre-formatted for language-model consumption - Local POIs and descriptions (
getLocalPois,getLocalDescriptions) — nearby places and location-specific details
Example
Discover
Call
find_tools with a plain-language description of what you need. AgentKey ranks every matching tool and returns the top candidates.Describe
Call
describe_tool on the top result to see its required parameters, optional flags, and exact per-call credit cost.Discover → Describe → Execute
Learn the three-step calling pattern that works across every AgentKey tool.