Get Kimai Expense
kimai_get_expenseFetch a single expense from Kimai by its ID. Returns the expense details in markdown or JSON format for easy viewing or integration.
Instructions
Read one expense from /api/expenses/ when the Kimai expenses feature/plugin is available. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Kimai entity ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |