Skip to main content
Semantic search across all of AgentKey’s tools. Pass the user’s full, natural-language intent — the router uses embeddings plus platform-alias and intent-keyword boosting to rank matches.
string
required
The user’s original phrasing — not a single extracted keyword. Works in multiple languages. Examples: "search the latest OpenAI news", "find trending posts on X about GPT", "scrape the article at https://example.com".

Returns

A ranked list of tools, each with:
  • name — the canonical Provider/Operation identifier
  • summary — what the tool does
  • cost — per-call price in credits
Don’t pre-extract a keyword. Passing the full intent lets both the action verb (“search”, “scrape”, “trending”) and any platform mention reach the router.

Example

Next step

Pass the chosen name to describe_tool to get its parameters and a ready-to-run template.
To browse instead of search, use list_tools(prefix) — it walks the category tree (search, scrape, social, crypto, finance, business, ecommerce).