WebMCP Registry

discover_tools

verifiedv0.1

List live Simple Tools callable via WebMCP. Optional category and q. Returns machineName, href, category, categoryHref, description. Open href for that tool only, or categoryHref to call every live tool in the category. File tools use { mime, base64 }. Does not upload.

Updated 9/3/2026 · Created 9/3/2026

Input Schema

{
  "type": "object",
  "properties": {
    "q": {
      "type": "string"
    },
    "category": {
      "type": "string"
    }
  }
}

Full Contract

{
  "name": "discover_tools",
  "description": "List live Simple Tools callable via WebMCP. Optional category and q. Returns machineName, href, category, categoryHref, description. Open href for that tool only, or categoryHref to call every live tool in the category. File tools use { mime, base64 }. Does not upload.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string"
      },
      "category": {
        "type": "string"
      }
    }
  }
}

GET /api/tool/simpletoolstack.com/discover_tools