web_research
Web research: searches the web and returns a concise cited brief answering your query. LLM-synthesized on independent hardware. Paid: $0.02 per call via x402 (payment in _meta['x402/payment']).
Parameters1
| query | string | required |
Raw schema
{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}