Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_esg_rate_sina

Read-onlyIdempotent

Fetch stock ESG ratings from Sina Finance's ESG rating center to support sustainability analysis and investment decisions.

Instructions

新浪财经-ESG评级中心-ESG评级-ESG评级数据 https://finance.sina.com.cn/esg/grade.shtml :return: ESG评级数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive, so the description doesn't need to cover safety. However, it adds no behavioral context beyond 'returns a DataFrame'—it doesn't explain what the data contains, whether it's a complete snapshot, or any caveats about the data quality or refresh rate.

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

Conciseness3/5

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

The description is very short, but it includes a full URL and a docstring-style return annotation. It is not poorly organized, yet the title is repeated verbatim and the URL is probably unnecessary for an agent. Still, it is efficient and avoids redundancy.

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

Completeness2/5

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

With no parameters and no output schema, the description is the only source of context. It fails to mention what columns the DataFrame contains, which companies are covered, whether it includes historical data, or any unique aspects of Sina's ESG ratings. This is barely more than a stub.

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 tool has zero parameters, so parameter ambiguity is nonexistent. The description adds no parameter details, but with no parameters, the baseline 4 is appropriate because there is nothing to explain.

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

Purpose3/5

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

The description states it returns 'ESG评级数据' (ESG rating data) from Sina Finance, which is a clear data retrieval purpose. However, it does not specify the scope (e.g., all stocks, specific market) or distinguish it from sibling ESG tools like stock_esg_hz_sina, stock_esg_msci_sina, etc., making it generic.

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?

There is no guidance on when to use this tool versus the other ESG rating tools. The description merely names the data source and return type, with no mention of alternatives, prerequisites, or typical use cases.

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/kevynf/akbridge'

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