Call Kilango Operation
kilango_call_operationInvoke any Kilango operator API operation by operationId, supplying path, query, and body separately. Automatically handles If-Match ETags and enforces write scopes.
Instructions
Escape hatch: call any operator API operation by its operationId (discover ids with kilango_search_operations / kilango_describe_operation). Provide path params, query, and body separately. If-Match operations fetch and send the current ETag automatically. Mutating calls are gated by KILANGO_ENABLE_WRITES and by the API key's own scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | No | Path parameters, e.g. { portalRef: "acme" }. | |
| query | No | ||
| dryRun | No | ||
| operationId | Yes | ||
| idempotencyKey | No |