Skip to main content
Glama
HonglingLei

MCP-Server-Financial-Analyzer

by HonglingLei

dcf_estimate

Estimate a stock's intrinsic value using a simplified Discounted Cash Flow model based on trailing free cash flow, projecting future cash flows and discounting them to present value.

Instructions

Estimate intrinsic value using a simplified Discounted Cash Flow (DCF) model.

Uses trailing free cash flow from Yahoo Finance as the base, projects it forward, and discounts back to present value.

Args: ticker: Stock ticker symbol, e.g. 'AAPL' growth_rate: Annual FCF growth rate for the projection period (e.g. 0.10 = 10%) discount_rate: Weighted average cost of capital / required return (e.g. 0.10 = 10%) terminal_growth_rate: Perpetual growth rate after projection period (e.g. 0.03 = 3%) projection_years: Number of years to project (1-10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
growth_rateNo
discount_rateNo
projection_yearsNo
terminal_growth_rateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains the model mechanics (uses trailing FCF, projects forward, discounts back) and notes it is 'simplified.' However, it does not disclose potential failure modes (e.g., missing FCF data for some tickers), data source limitations, or what the output represents numerically. This is a moderate gap given no annotation support.

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 well-structured: a one-sentence purpose, a two-sentence method overview, and a clear Args list. Every line adds value, and the parameter examples are efficient. No filler or redundant content.

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?

The description covers the model, inputs, and data source. An output schema exists, so return value details are delegated appropriately. However, given the complexity of a DCF model and lack of annotations, it would benefit from noting assumptions (e.g., constant growth) and potential data availability caveats. Still, it is largely complete for a simplified estimation tool.

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 description coverage is 0%, so the description must compensate fully. It does: each parameter is explained with concrete examples (e.g., 'growth_rate: Annual FCF growth rate for the projection period (e.g. 0.10 = 10%)'). This adds meaning beyond the raw schema, clarifying units, ranges, and formulas for all five parameters.

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 with a specific verb and resource: 'Estimate intrinsic value using a simplified Discounted Cash Flow (DCF) model.' This distinguishes it from sibling tools that retrieve financial data or compute ratios. The inclusion of 'simplified' sets expectations about scope, adding further clarity.

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 implies usage: use this tool when you need a DCF-based intrinsic value estimate, using trailing free cash flow from Yahoo Finance. However, it does not explicitly state when not to use it or mention alternatives (e.g., 'for more detailed valuation, use X'). The context of the method is clear, but explicit exclusions are missing.

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

Install Server

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/HonglingLei/MCP-Server-Financial-Analyzer'

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