Skip to main content
Glama
myfinancialria

MyFinancial Market Data MCP

Credit Ratings

get_credit_ratings
Read-onlyIdempotent

Retrieve credit-rating actions and outlook for a company to evaluate credit and solvency risk for debt-investor research.

Instructions

Get credit-rating actions for a company — agency, rating, action (upgrade/downgrade/reaffirm), and outlook over time. A rating change is a forward-looking signal on credit/solvency risk. Use for risk assessment and debt-investor research.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoREQUIRED. Stock symbol, e.g. "RELIANCE" or "TCS".
tickerNoAlias for `symbol`.
identifierNoAlias for `symbol`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/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 semantic context (forward-looking signal on credit/solvency risk, 'over time') but does not disclose additional behavioral traits like pagination, rate limits, or return format. Given annotations handle safety, the description provides modest extra value, warranting a 3.

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, highly compact, and front-loads the action and key fields. The second sentence provides the purpose and use case without fluff. Every word earns its place.

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 lists the output fields (agency, rating, action, outlook) and the temporal aspect ('over time'), giving an agent an idea of what to expect. There is no output schema, so the description partially compensates by indicating the response content. It does not mention pagination or response structure, but for a read-only, alias-parameter tool, the provided information is largely sufficient.

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 description coverage is 100%: all three parameters (symbol, ticker, identifier) are documented as aliases. The description adds no parameter-specific information, so it relies entirely on the schema. Per calibration, a high-coverage schema yields a baseline of 3, and the description does not exceed that.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Get credit-rating actions') with a clear resource (company) and lists the key fields (agency, rating, action, outlook). It is unambiguous about what the tool does. However, it does not explicitly name or differentiate from sibling tools like get_corporate_actions or get_stock_events, though the resource is distinct enough for an agent to infer the difference.

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 explicit use-case context: 'Use for risk assessment and debt-investor research.' This tells an agent when this tool is appropriate. It does not, however, mention when not to use it or name alternatives, but the stated purpose is clear and sufficient for routing.

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