Skip to main content
Glama

LunchMoney MCP Server

by akutishevsky
MIT License
5
4
  • Apple
  • Linux

add_to_category_group

Organize financial categories by adding existing categories or creating new ones within a specified category group to improve budget management.

Instructions

Add categories (either existing or new) to a single category group.

Input Schema

NameRequiredDescriptionDefault
inputYes

Input Schema (JSON Schema)

{ "properties": { "input": { "additionalProperties": false, "properties": { "category_ids": { "description": "Array of category_id to include in the category group.", "items": { "type": "number" }, "type": "array" }, "group_id": { "description": "Id of the parent group to add to.", "type": "number" }, "new_categories": { "description": "Array of strings representing new categories to create and subsequently include in the category group.", "items": { "type": "string" }, "type": "array" } }, "required": [ "group_id" ], "type": "object" } }, "required": [ "input" ], "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/akutishevsky/lunchmoney-mcp'

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