get_operation
Retrieve a cached Swagger/OpenAPI operation by operationId or method and path for a given workspace and service, enabling offline API lookup without contacting remote servers.
Instructions
Read one cached operation by operationId, or by method and path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| method | No | ||
| service | Yes | ||
| workspace | Yes | Absolute path to the business project that owns .swagger-mcp. | |
| operationId | No |