Skip to main content
Glama

YNAB MCP Server

by dgalarza

delete_scheduled_transaction

Remove scheduled transactions from your YNAB budget to cancel recurring payments or prevent future automated transactions from occurring.

Instructions

Delete a scheduled transaction.

Args: budget_id: The ID of the budget (use 'last-used' for default budget) scheduled_transaction_id: The ID of the scheduled transaction to delete Returns: JSON string with confirmation

Input Schema

NameRequiredDescriptionDefault
budget_idYes
scheduled_transaction_idYes

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "title": "Budget Id", "type": "string" }, "scheduled_transaction_id": { "title": "Scheduled Transaction Id", "type": "string" } }, "required": [ "budget_id", "scheduled_transaction_id" ], "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/dgalarza/ynab-mcp'

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