{
  "openapi": "3.1.0",
  "info": {
    "title": "QuickMediaTools discovery",
    "version": "0.1.0",
    "description": "Read-only tool discovery. Hosted media execution and billing are not available."
  },
  "paths": {
    "/catalog.json": {
      "get": {
        "operationId": "listMediaTools",
        "summary": "List available browser-local tools and limits",
        "responses": {
          "200": {
            "description": "Tool catalog",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
