Skip to main content
Glama
Prem07a
by Prem07a

financial_health_score

Assess NSE/BSE-listed Indian stocks with a 0-100 health score based on profitability, growth, balance sheet, cash flow, and valuation.

Instructions

Score an NSE/BSE-listed Indian equity 0-100 across five equal-weighted (20% each) pillars -- Profitability (ROCE/ROE/net margin vs disclosed thresholds), Growth (revenue/EPS CAGR vs disclosed thresholds), Balance Sheet (current ratio + debt/equity), Cash Flow (FCF and CFO conversion vs net income), Valuation (historical P/E percentile, inverted so cheaper-than-own-history scores higher). A documented, transparent heuristic composed from calculate_financial_ratios, calculate_growth_metrics, analyze_cash_flow_quality, and historical_valuation -- not a market-validated predictive model.

:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
growth_scoreNoFrom revenue/EPS CAGR vs disclosed thresholds
overall_scoreNoEqual-weighted average of the five pillars above
cash_flow_scoreNoFrom FCF/net-income conversion and CFO/net-income
valuation_scoreNoFrom historical P/E percentile, inverted so cheaper-than-own-history scores higher
balance_sheet_scoreNoFrom current ratio and debt/equity
profitability_scoreNoFrom ROCE, ROE, net margin vs disclosed thresholds
currency_mismatch_warningNoSet when Yahoo's market-data and financial-statement currencies disagree for this ticker -- valuation_score (and therefore overall_score) is unreliable when set.
Install Server

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden and does so thoroughly. It reveals the exact equal-weighting scheme (five pillars, 20% each), the specific metrics in each pillar, the inversion behavior for valuation, and the heuristic non-predictive nature of the score. This is far beyond what a typical description discloses.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense but not bloated. Every sentence contributes: the main purpose and output, the five-pillar breakdown, the compositional nature and warning, and the parameter documentation. The structure front-loads the core action and then provides necessary details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with a documented output schema, the description covers everything needed to select and invoke it correctly: symbol format, scoring methodology, pillar definitions, and a behavioral caveat. There are no significant gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, but the description fully compensates with a `:param symbol:` line that explains it is a 'ticker symbol' and gives concrete examples ('RELIANCE', 'TCS.NS', 'TCS.BO') illustrating exchange suffix conventions. For a single-parameter tool, this is complete and unambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Score'), a specific resource ('NSE/BSE-listed Indian equity'), and a clear output range ('0-100'). It also distinguishes itself from sibling tools by naming the four underlying calculators it composes and explicitly saying it is 'not a market-validated predictive model.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: it is a composite heuristic built from calculate_financial_ratios, calculate_growth_metrics, analyze_cash_flow_quality, and historical_valuation, which implies those siblings are more appropriate for granular metrics. It also provides an exclusion by stating it is 'not a market-validated predictive model,' signaling not to use it for predictive investment decisions. It stops short of explicitly saying 'use this tool when X, use Y instead,' but the guidance is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/Prem07a/FinMCP'

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