Skip to main content
Glama
florinel-chis

bvb-mcp

financial_summary

Read-only

Retrieve a fundamental analysis bundle with price summary for a Bucharest Stock Exchange ticker. Combines key financials, dividend, ownership, and price trends in a single call.

Instructions

One-call bundle for a fundamental ("Buffett-style") analysis.

Combines get_fundamentals with a price summary (last close, 52-week high/low, 1-year and ~5-year percent change) derived from daily history, so a caller has every input in a single call. It returns data, not a verdict — the analysis/judgement is left to the caller.

Caveat (see note): the inputs are a current valuation snapshot + dividend + ownership + price trend. BVB publishes no multi-year financial statements, so a full 10-year ROE/margin/FCF track record is not available from this source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesBVB ticker to summarise, e.g. "TLV" or "ATB".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond the readOnlyHint annotation, the description adds that the tool returns data, not a verdict, and highlights a data limitation (no multi-year financial statements). This gives useful behavioral context beyond read-only confirmation.

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 concise: three focused sentences that front-load the purpose and include a caveat. Every sentence adds value without redundancy.

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?

Given the presence of an output schema (not shown), the description does not need to detail return fields. It explains the components (fundamentals + price summary) and the caveat, making it complete for a read-only bundle tool.

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% and the schema already describes the ticker parameter with examples. The description adds no additional semantic meaning beyond what the schema provides, so baseline score 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 it is a 'one-call bundle for a fundamental analysis' that combines get_fundamentals with a price summary, distinguishing it from sibling tools like get_fundamentals or get_candles. The verb is implicit but the resource is well-defined.

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 provides context as a bundle for convenience and notes a caveat about missing multi-year data. It implies use when both fundamentals and price trends are needed in one call, but does not explicitly state when not to use or name alternatives beyond the sibling list.

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/florinel-chis/bvb-mcp'

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