Skip to main content
Glama

My Finance MCP Server

by xinrong-meng

query_financial_history

Search through stored financial transactions using natural language queries to find relevant spending records and calculate totals.

Instructions

Search through all stored financial data using semantic search. Args: query: Search query string to find relevant transactions Returns: Formatted summary of matching transactions with totals

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from My Finance 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/xinrong-meng/my-finance-mcp'

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