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/Operationidentifier - summary — what the tool does
- cost — per-call price in credits
Example
Next step
Pass the chosenname 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).