list-manual-journals
Retrieve manual journals from Xero with optional filters by ID, date, or pagination to view specific entries or complete overviews.
Instructions
List all manual journals from Xero. Ask the user if they want to see a specific manual journal or all manual journals before running. Can optionally pass in manual journal ID to retrieve a specific journal, or a date to filter journals modified after that date. The response presents a complete overview of all manual journals currently registered in your Xero account, with their details. Ask the user if they want the next page of manual journals after running this tool if 10 manual journals are returned. If they want the next page, call this tool again with the next page number, modified date, and the manual journal ID if one was provided in the previous call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manualJournalId | No | Optional ID of the manual journal to retrieve | |
| modifiedAfter | No | Optional date YYYY-MM-DD to filter journals modified after this date | |
| page | No | Optional page number for pagination |