get_account_balance
Retrieve the current balance in dollars for a specific YNAB account using the account ID. Enables users to monitor financial data through the MCP YNAB Server.
Instructions
Get the current balance of a YNAB account (in dollars).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"title": "Account Id",
"type": "string"
}
},
"required": [
"account_id"
],
"title": "get_account_balanceArguments",
"type": "object"
}