List sevDesk API operations
sevdesk_list_operationsSearch sevDesk API operations by tag, kind, or free-text query to find operation IDs for endpoints outside dedicated tools. Enables calling any API operation.
Instructions
Search the sevDesk API catalogue (151 operations, API 2.0.0). Use this to find the operationId for anything not covered by a dedicated tool, then call sevdesk_describe_operation for its parameters and sevdesk_call to execute it. Available tags: AccountingContact, Basics, CheckAccount, CheckAccountTransaction, CommunicationWay, Contact, ContactAddress, ContactField, CreditNote, CreditNotePos, Export, Invoice, InvoicePos, Layout, Order, OrderPos, Part, Report, Tag, Voucher, VoucherPos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Restrict to one resource tag, e.g. 'Voucher' or 'Invoice'. | |
| kind | No | Filter by effect: read (GET), write (POST/PUT/DELETE), or all. | |
| limit | No | Maximum results (default 60). | |
| query | No | Free-text search over operationId, path, tags and summary, e.g. 'voucher pdf'. |