Search the web for information on a given query and return the top results.
AI AgentsLinux FoundationOpen-SourceStandardsMCPAgentic AIInteroperabilityAgent ProtocolsA2AAGENTS.mdOpen Governance
Agentic Ai Foundation Mcp Tool Example is an example object payload from Agentic AI Foundation, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"name": "search_web",
"description": "Search the web for information on a given query and return the top results.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search query string."
},
"max_results": {
"type": "integer",
"description": "Maximum number of results to return.",
"default": 5
}
},
"required": ["query"]
},
"annotations": {
"readOnly": true,
"destructive": false
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.