Skip to main content
Glama
hasancagrigungor

kapmcp

Analyst estimates

get_analyst_estimates
Read-onlyIdempotent

Retrieve analyst consensus for BIST tickers: buy/hold/sell counts, mean/high/low targets, next earnings date, and recent rating changes from Yahoo Finance.

Instructions

Third-party analyst consensus as published on Yahoo Finance: buy/hold/sell counts, mean/ high/low targets, next earnings date, recent rating changes. Reported as data; the server issues no target or recommendation of its own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesBIST ticker

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds that the server issues no recommendation of its own and that data is third-party, providing extra behavioral context beyond the annotations.

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 concise sentences that front-load the core purpose and then add a clarifying nuance. No wasted words, and it is well-structured for quick parsing.

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?

The tool has an output schema, and the description lists the key data points it returns. The single parameter is clearly defined, and the purpose is fully covered. Nothing essential is missing for an agent to invoke it 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?

The schema covers 100% of parameters, with the only parameter 'ticker' described as 'BIST ticker'. The description does not add further parameter details, so it provides no additional value beyond the schema, warranting the baseline score of 3.

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 retrieves third-party analyst consensus from Yahoo Finance, listing specific data points (buy/hold/sell counts, targets, earnings date, rating changes). This is specific and distinct from sibling tools like get_quote or get_financials, making the purpose 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?

The description gives clear context that this provides analyst consensus data, which implies usage when such data is needed. It does not explicitly mention alternatives or when not to use it, but the specialization is evident from the description and name, so it earns a 4 rather than a 5.

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