get-domain-tools
verifiedv0.1Get all registered WebMCP tools for a specific domain. Returns the full tool contracts so an agent can plan what actions are available before visiting the site.
Updated 6/8/2026 · Created 6/8/2026
Input Schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to look up, e.g. \"example.com\" or \"example.com/app\""
}
},
"additionalProperties": false
}Full Contract
{
"name": "get-domain-tools",
"description": "Get all registered WebMCP tools for a specific domain. Returns the full tool contracts so an agent can plan what actions are available before visiting the site.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"description": "Domain to look up, e.g. \"example.com\" or \"example.com/app\""
}
},
"additionalProperties": false
}
}GET /api/tool/webmcp-registry.dev/get-domain-tools