Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

update-financial-overview-section

Modify and update specific sections of your financial overview, such as goals, action items, or spending patterns, to maintain accurate budgeting and planning in YNAB.

Instructions

Update a specific section of the financial overview

Input Schema

NameRequiredDescriptionDefault
dataYesThe new data for the section
sectionYesThe section to update (e.g., 'goals', 'action_items', 'spending_patterns', etc.)

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The new data for the section", "type": "object" }, "section": { "description": "The section to update (e.g., 'goals', 'action_items', 'spending_patterns', etc.)", "type": "string" } }, "required": [ "section", "data" ], "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/Jtewen/ynab-mcp'

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