Skip to main content
Glama
DannyWongIsAvailable

Real-time Stock MCP Service

get_institutional_rating

Retrieve institutional rating data for a Chinese stock over a specified time period. Returns a Markdown table with ratings.

Instructions

获取机构评级数据

Args: stock_code: 股票代码,纯数字,如688041 begin_time: 开始时间,格式如2025-10-23 end_time: 结束时间,格式如2025-12-07

Returns: 机构评级数据的Markdown表格

Examples: - get_institutional_rating("688041", "2025-01-01", "2025-12-31")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stock_codeYes
begin_timeYes
end_timeYes

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 carries full responsibility. It states the return type (Markdown table) and parameter formats, but does not disclose potential side effects, rate limits, error handling, or whether it is read-only. The behavioral disclosure is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with Args, Returns, and Examples sections, making it easy to parse. It is concise without unnecessary details, though it could be slightly more succinct in language.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters and no output schema (though described as Markdown table), the description is adequate for basic usage. However, it lacks details on return structure, error scenarios, and data scope, making it only moderately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the description adds meaning: stock_code is 'stock code, digits only', begin_time and end_time specify format examples. This goes beyond the schema's titles, aiding correct invocation.

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 name and description clearly state the tool retrieves institutional rating data. The description includes parameters and an example, making the purpose unambiguous. However, it does not explicitly differentiate from sibling tools like 'get_business_review' or 'get_valuation_analysis', which might also provide financial data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. It only describes the tool's function without context about its applicability.

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/DannyWongIsAvailable/real-time-stock-mcp-service'

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