Skip to main content
Glama

Intrinsic value across models

get_intrinsic_value
Read-only

Every valuation model's verdict plus the fair-value range: DCF (5Y/10Y), earnings-power value, Graham number, P/E reversion. Refusals are included and are meaningful — a DCF declining to value a bank is a result, not a gap. Never present a refused model as missing data, and never substitute another model's number for it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker symbol, e.g. AAPL. Case-insensitive.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
waccNoDiscount rate used by the DCF models.
modelsYesOne entry per model, including the ones that refused.
tickerYes
currencyNoReporting currency; foreign filers are not USD.
engine_versionYesEngine build that produced these figures.
fair_value_rangeNoLow/high across the models that applied, and how many did.

TDQS

A4.3/5.0
Behavior5/5

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

Even with readOnlyHint=true, the description adds significant non-obvious behavior: model refusals are valid results, not gaps, and must not be substituted or presented as missing data. This is critical operational guidance beyond the annotations and directly shapes how an agent should interpret and present output.

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 two sentences: the first front-loads what the tool returns, and the second delivers a critical behavioral caveat. No wasted words, and every clause contributes to safe and correct usage.

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?

For a read-only tool with one fully documented parameter and an existing output schema, the description covers the core return content, the range of models, and an essential interpretation rule. No significant information gaps remain for an agent to invoke and use this tool correctly.

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 coverage is 100% for the single ticker parameter, which already defines it with an example. The description adds no additional parameter-level meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 returns 'every valuation model's verdict plus the fair-value range' and enumerates the models (DCF, earnings-power value, Graham number, P/E reversion). This specific verb+resource phrasing distinguishes it from sibling tools like get_fundamentals or get_expected_return.

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 implies usage when multi-model intrinsic value is needed, and the interpretation guidance (refusals are meaningful) helps the agent handle results. However, it does not explicitly state when to prefer this tool over siblings or provide exclusion criteria, leaving the when-to-use context merely implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a distinct primary purpose: searching, fundamentals, quality, valuation, expected return, thesis, and screening. The only minor overlap is between get_business_quality and get_thesis, but their descriptions clearly differentiate (quality metrics vs. combined thesis). Overall, agents can reliably select the right tool with minimal confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores: get_*, screen_undervalued, search_companies. The verbs are descriptive and uniform, and the one adjective (undervalued) doesn't break the pattern. This is highly predictable.

Tool Count5/5

Seven tools is well within the ideal range for a specialized financial analysis server. Each tool covers a distinct core function without redundancy or bloat, making the set easy to navigate and maintain.

Completeness5/5

The tool set covers the full workflow for fundamental analysis: resolving companies, retrieving raw fundamentals, assessing quality, valuing the business, computing expected returns, generating theses, and screening for undervalued names. The deliberate absence of market data is documented, so there are no dead ends.

Resources