Skip to main content
Glama

MCP YNAB Server

by klauern

create_transaction

Add a new transaction in YNAB by specifying account ID, amount, payee, and optional details like category and memo through the MCP YNAB Server.

Instructions

Create a new transaction in YNAB.

Input Schema

NameRequiredDescriptionDefault
account_idYes
amountYesAmount in dollars
category_nameNo
memoNo
payee_nameYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "amount": { "description": "Amount in dollars", "title": "Amount", "type": "number" }, "category_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category Name" }, "memo": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Memo" }, "payee_name": { "title": "Payee Name", "type": "string" } }, "required": [ "account_id", "amount", "payee_name" ], "title": "create_transactionArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/klauern/mcp-ynab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server