Call any sevDesk API operation
sevdesk_callExecute any sevDesk API operation by providing the operation ID and params object. Path parameters are matched by name, and nested objects are encoded in bracket syntax.
Instructions
Execute any operation from the catalogue. Path parameters are taken from params by name; remaining params entries become query parameters. Nested objects are encoded in sevDesk's bracket syntax (a[b]=c). Mutating operations are refused when the server runs with SEVDESK_READ_ONLY=true, and are only described (not sent) when SEVDESK_DRY_RUN=true or dryRun is passed. ⚠️ This tool can change data in sevDesk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body, for POST/PUT operations. | |
| dryRun | No | Describe the request that would be sent instead of sending it. | |
| params | No | Path and query parameters, keyed by parameter name. | |
| operationId | Yes | Exact operationId from sevdesk_list_operations. |