Skip to main content
Glama
rajyash205

INDUSS Research Intelligence MCP Server

by rajyash205

financial_statements

Read-only

Retrieves a company's financial statements from multiple sources, returning structured data with inline ratios and multi-period CAGR trends. Falls back through source waterfall to ensure coverage.

Instructions

Retrieves a company's financial statements through a source waterfall: screener.in's structured profit-and-loss/balance-sheet/cash-flow tables first (real multi-period data for any covered listed company), then positional table recovery from filing PDFs (BSE/NSE results, annual reports), then generic HTML table scraping, then keyword-context text windows as a last resort. Returns ready-to-use FinancialStatement[] — the same shape ratio_analysis consumes — with ratios and multi-period CAGR trend computed inline by default. Never returns bare nulls: when data can't be found, returns a structured not_available status naming which sources were checked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes
includeRatiosNoCompute ratio_analysis's full ratio set + multi-period CAGR trend inline once statements are extracted, so callers don't need a second round-trip.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description transparently reveals the multi-source fallback strategy and guarantees never returning bare nulls, instead returning a structured not_available status with the checked sources. This is valuable behavioral detail not fully captured by annotations alone, though it does not mention every edge case.

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 structured and information-dense, with each sentence adding meaningful detail about the source order, output format, computed metrics, and fallback behavior. It avoids repetition and fluff, making it efficient for an agent to parse.

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

Completeness4/5

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

Given the nested context object and no output schema, the description provides sufficient operational context: source priority, default ratio computation, and non-null fallback behavior. It does not explicitly address ambiguous combinations like both 'company' and 'sector' being provided, but the schema enum and descriptions cover most necessary input semantics.

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

Parameters3/5

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

Schema descriptions cover about 50% of parameters, and the tool description adds context about output and fallback behavior but not comprehensive per-parameter semantics. It clarifies that 'sector' is for sector-level research and that includeRatios controls inline computation, but parameters like 'company', 'country', and 'listed' lack explicit semantic expansion in the description.

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 tool retrieves financial statements and details the source waterfall (screener.in, filing PDFs, HTML, text). It also specifies the output shape (FinancialStatement[] consumed by ratio_analysis) and default inline computation of ratios and CAGR, leaving no ambiguity about the tool's core function.

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

Usage Guidelines3/5

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

The description explains what the tool does and its fallback behavior, but it does not explicitly state when to prefer this tool over sibling tools such as ratio_analysis or company_profile. It mentions the same output shape as ratio_analysis but lacks direct guidance on use cases versus alternatives.

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

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/rajyash205/induss-mcp'

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