List payees
ynab_list_payeesRetrieve paginated list of payees from a YNAB budget, including their IDs and names. Useful for finding the ID of a recurring merchant.
Instructions
List a budget's payees, paginated.
Returns id + name. Useful to find the id of a recurring merchant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset | |
| budget_id | No | Budget id, or 'last-used' | last-used |
| response_format | No | How a tool should render its result. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |