get_accounts
Retrieve and display all accounts within a specific YNAB budget in Markdown format. This tool helps users quickly view and organize their financial accounts for better budgeting clarity.
Instructions
List all YNAB accounts in a specific budget in Markdown format.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
budget_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"budget_id": {
"title": "Budget Id",
"type": "string"
}
},
"required": [
"budget_id"
],
"title": "get_accountsArguments",
"type": "object"
}