Skip to main content
Glama

monarch-mcp-server

by robcerda

get_cashflow

Analyze cashflow by providing start and end dates in YYYY-MM-DD format to evaluate financial trends and transactions within a specified period.

Instructions

Get cashflow analysis from Monarch Money. Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "title": "get_cashflowArguments", "type": "object" }

You must be authenticated.

Other Tools from monarch-mcp-server

Related Tools

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/robcerda/monarch-mcp-server'

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