Skip to main content
Glama
Prem07a
by Prem07a

bankruptcy_risk_score

Assess bankruptcy and distress risk for NSE/BSE-listed Indian equities using Altman's Z''-score, classifying them into SAFE, GREY, or DISTRESS zones to support investment decisions.

Instructions

Assess bankruptcy/distress risk for an NSE/BSE-listed Indian equity using Altman's Z''-score (the emerging-market/non-manufacturing variant -- comparable across manufacturers and services companies alike, uses book value of equity so, unlike most valuation-adjacent tools here, this one is NOT vulnerable to the currency-mismatch issue documented elsewhere). Zones: SAFE (>2.6), GREY (1.1-2.6), DISTRESS (<1.1). Does NOT include Ohlson's O-score -- see the output model's ohlson_note for why.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoneNoSAFE (>2.6), GREY (1.1-2.6), or DISTRESS (<1.1), per Altman's published EM-score bands
symbolYes
fiscal_dateNo
ohlson_noteNoNot computed: Ohlson's O-score formula requires a US GNP price-level deflator term with no clean Indian equivalent available via Yahoo Finance. Approximating or omitting just that term would produce a number that looks precise but is quietly wrong, so it's excluded rather than faked.
altman_z_scoreNo6.56*(WC/TA) + 3.26*(RE/TA) + 6.72*(EBIT/TA) + 1.05*(BookEquity/TL) -- Altman's EM/non-manufacturing variant
ebit_to_assetsNo
ohlson_o_scoreNoNot computed -- see class docstring
equity_to_liabilitiesNoBook value of equity / Total Liabilities
working_capital_to_assetsNo
retained_earnings_to_assetsNo
Install Server

TDQS

A4.7/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 burden of behavioral disclosure. It explains the methodological variant, why it avoids the currency-mismatch issue, the classification zones, and what the model deliberately excludes. This is strong transparency about what the tool does and does not compute.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and uses its length efficiently. The methodological and exclusionary details are relevant and helpful, though the description is slightly dense with parenthetical asides that could be trimmed without losing essential meaning.

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?

Given the output schema exists and there is only one required parameter, the description covers everything needed: the assessment type, target market, scoring model, interpretation zones, a key exclusion, and parameter format. No critical operational gaps remain.

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?

The schema only says 'symbol' is a string, providing 0% coverage. The description compensates by defining it as a ticker symbol and giving concrete formats: 'RELIANCE', 'TCS.NS', or 'TCS.BO'. This materially helps the agent call the tool correctly.

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 clearly states the verb and resource: 'Assess bankruptcy/distress risk for an NSE/BSE-listed Indian equity.' It also names the exact model (Altman's Z''-score emerging-market variant) and differentiates itself from related tools by explicitly noting it does not include Ohlson's O-score.

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 for use: bankruptcy/distress assessment for Indian equities, with detailed zone cutoffs. It also states an explicit exclusion ('Does NOT include Ohlson's O-score'), but it does not name a sibling alternative to choose instead, so it stops short of full when-to-use vs. alternatives guidance.

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