Describe Kilango Operation
kilango_describe_operationChecks an OpenAPI operation by operationId to retrieve its HTTP method, path, query/path parameters, If-Match requirement, and write status before invoking it via the Kilango API.
Instructions
Return the method, path, path/query params, whether it needs If-Match, and whether it is a write for a given operationId. Use before kilango_call_operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes |