Skip to main content
Glama
rajyash205

INDUSS Research Intelligence MCP Server

by rajyash205

dcf_valuation

Read-onlyIdempotent

Run a transparent discounted-cash-flow valuation from your explicit assumptions, echoing every input for auditable reasoning and flagging structural issues instead of returning distorted numbers.

Instructions

Runs a mechanical, transparent discounted-cash-flow valuation from assumptions the caller (you) supplies explicitly — revenue growth path, EBITDA margin path, D&A/capex/NWC as % of revenue, tax rate, WACC, terminal growth rate, net debt. This tool does not forecast, guess, or default any of these — you should reason about realistic assumptions from the company's own financials (financial_statements, ratio_analysis) and sector context before calling it, and every assumption you pass is echoed back in the output so the reasoning stays auditable. If wacc <= terminalGrowthRate or another structural issue exists, the issues field reports it instead of returning a distorted number. This tool computes; it does not render a verdict — pair its output with your own investment-thesis section marked metadata.kind = "ai_interpretation" (see generate_report) rather than treating fairValuePerShare as advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assumptionsYes
companyNameNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior5/5

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

The description discloses that the tool does not forecast, guess, or default inputs, that assumptions are echoed back for auditability, and that structural issues like wacc <= terminalGrowthRate are reported in an issues field. It also states it renders no verdict, aligning with the readOnly and idempotent annotations.

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

Conciseness3/5

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

The description is verbose and repeats similar caveats multiple times (e.g., does not forecast, does not render a verdict, assumptions are echoed). The core message could be conveyed in fewer sentences without losing important context.

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?

In the absence of an output schema, the description mentions key output elements: echoed assumptions, an issues field for structural problems, and fairValuePerShare as a non-advice result. It also points to generate_report for the investment thesis, making the surrounding workflow reasonably complete.

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?

The schema already documents most parameters with meaningful descriptions (e.g., wacc, revenueGrowthPath, incrementalNwcPctRevenueChange). The description adds no further parameter-level detail and leaves some parameters like baseRevenue, taxRate, sharesOutstanding, and companyName without explanatory text.

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 that the tool runs a mechanical, transparent discounted-cash-flow valuation from explicitly supplied assumptions. It names the key inputs and makes the tool's scope unambiguous.

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?

It tells the caller to supply realistic assumptions reasoned from the company's financials and sector context, and advises pairing the output with an investment thesis rather than treating fair value as advice. It does not explicitly contrast with sibling valuation tools, but the guidance is clear enough.

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