Skip to main content
Glama

Finance Tools MCP

by VoxLink-org

get_financial_statements

Retrieve financial statements, including income, balance, and cash flow, for specific tickers. Choose between quarterly or annual frequency to analyze company performance.

Instructions

Get financial statements. Types: income, balance, cash. Frequency: quarterly, annual.

Input Schema

NameRequiredDescriptionDefault
frequencyNoquarterly
statement_typeNoincome
tickerYes

Input Schema (JSON Schema)

{ "properties": { "frequency": { "default": "quarterly", "enum": [ "quarterly", "annual" ], "title": "Frequency", "type": "string" }, "statement_type": { "default": "income", "enum": [ "income", "balance", "cash" ], "title": "Statement Type", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_financial_statementsArguments", "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/VoxLink-org/finance-tools-mcp'

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