live · Personal & Media · JSON · API for agents
Search Compare the Cloud — the UK B2B tech provider directory. Returns matching provider listings with their on-site URLs.
{
"name": "searchSite",
"kind": "read",
"impl": "imperative",
"description": "Search Compare the Cloud — the UK B2B tech provider directory. Returns matching provider listings with their on-site URLs.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search query, e.g. \"kubernetes\" or \"managed cloud\"."
},
"limit": {
"type": "number",
"description": "Max results to return (1–20, default 5)."
}
},
"required": [
"q"
]
},
"page": "/"
}Find providers in the Compare the Cloud directory. Returns a list of matching companies with their category, location and on-site profile URL.
{
"name": "findProviders",
"kind": "read",
"impl": "imperative",
"description": "Find providers in the Compare the Cloud directory. Returns a list of matching companies with their category, location and on-site profile URL.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to look for, e.g. \"DevOps consultancy in London\"."
},
"limit": {
"type": "number",
"description": "Max providers to return (1–20, default 8)."
}
},
"required": [
"query"
]
},
"page": "/"
}