get_payee
Read-onlyIdempotent
Retrieve detailed payee information from YNAB budgets to identify transaction sources and manage financial tracking.
Instructions
Get detailed information for a specific payee
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| payee_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payee | Yes | Payee details | |
| cached | No | Indicates if data was served from cache | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") |