Skip to main content
Glama
rajyash205

INDUSS Research Intelligence MCP Server

by rajyash205

scenario_analysis

Read-onlyIdempotent

Run DCF scenarios with user-defined bull/bear deltas and build a 2D sensitivity grid of fair values, reporting validity issues for each case.

Instructions

Runs the same mechanical DCF three times — as given (base), and perturbed by bull/bear deltas you supply (e.g. +3% revenue growth and -1% WACC for a bull case) — and optionally builds a 2D sensitivity grid (typically WACC x terminal growth rate) of fair-value outcomes. Like dcf_valuation, this invents no assumptions of its own: you choose the deltas/grid values based on your own read of the company's upside/downside case, and the tool reports each case's own validity issues (e.g. a bear-case WACC bump that breaks wacc > terminalGrowthRate) rather than a distorted number. Pure calculation — no search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bearDeltaNo
bullDeltaNo
companyNameNo
sensitivityNoOptional 2D grid, e.g. rowAxis=wacc values [0.09..0.13], columnAxis=terminalGrowthRate values [0.02..0.05]
baseAssumptionsYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior5/5

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

The description transparently states that the tool 'invents no assumptions of its own' and 'reports each case's own validity issues,' making its behavior clear. It also repeatedly notes 'Pure calculation — no search,' which aligns perfectly with the readOnlyHint and idempotent annotations, ensuring no hidden side effects are implied.

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

Conciseness2/5

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

The description is verbose and repetitive, repeating phrases like 'Like dcf_valuation' and 'Pure calculation — no search' multiple times. This redundancy adds no new information and detracts from clarity, making it less concise than necessary for the tool's relatively simple purpose.

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

Completeness3/5

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

The description explains the high-level behavior (three DCF runs, optional sensitivity grid) and the role of user-supplied scenarios, but it omits crucial details such as the exact structure of sensitivity axes, how companyName is used, or what output is produced. Given the tool's moderate complexity with nested objects and no output schema, the description provides enough to understand the general workflow but is incomplete for full autonomous use.

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

Parameters2/5

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

The description only refers to 'deltas' and 'grid values' without mapping them to specific parameter names like baseAssumptions, bullDelta, bearDelta, sensitivity, or companyName. Since schema coverage is only 20% and the tool has nested structures, the description does not sufficiently compensate for the lack of per-parameter explanations, leaving many parameters undefined.

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's function: it runs the same DCF three times (base, bull, bear) with user-supplied deltas and optionally builds a 2D sensitivity grid. It also emphasizes that it is a pure calculation with no search, leaving no ambiguity about its primary purpose.

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 explicitly instructs that the user supplies deltas and grid values based on their own assessment, and it references dcf_valuation as a comparable tool, suggesting a similar usage pattern. However, it does not explicitly state when to prefer scenario_analysis over other valuation tools like comparables_valuation, so guidance is clear but not exhaustive.

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