This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.4.3).
generate_openapi_spec
InactiveTool of Apiosk
declared in 1.4.3
Generate a hosted OpenAPI 3.1 spec for a route's API listing (all its endpoints) and return its public URL. Requires an Apiosk provider token.
Parameters schema
{
"type": "object",
"required": [
"route_id"
],
"properties": {
"title": {
"type": "string"
},
"version": {
"type": "string"
},
"route_id": {
"type": "string"
},
"endpoints": {
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
},
"description": "Optional extra path items merged into the generated spec."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries