Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_esg_zd_sina

Read-onlyIdempotent

Retrieve Zhiding ESG ratings from Sina Finance's ESG rating center to assess a stock's environmental, social, and governance performance.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the return type (pandas.DataFrame) and the source URL, but no additional behavioral context such as data freshness, potential rate limits, or output structure. It is not misleading, but it adds minimal transparency 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.

Conciseness4/5

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

The description is very short, containing only the title line, a URL, and return docs. There is no fluff or redundant text. However, it is formatted as a raw docstring rather than a clear natural-language sentence, which is slightly less agent-friendly than a well-phrased statement. Still, it is efficient and every element serves a purpose.

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 the tool's low complexity (zero parameters) and lack of an output schema, the description provides only minimal information: the source and the return type. It does not describe what the DataFrame contains (columns, rows, or meaning of the data), which is a notable gap for an agent that needs to interpret results. The URL helps, but the return spec is vague.

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 there is nothing to explain. The baseline for 0 parameters is 4, and the description does not need to compensate for missing schema information. The :return: and :rtype: docstring lines are about output, not parameters, so this dimension is appropriately scored.

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 clearly identifies the resource: Sina Finance ESG Rating Center, Zhidin rating. It also specifies the source URL and return type. Although it lacks an explicit verb like 'retrieve' or 'get', the tool name and zero-parameter schema imply a data-fetching operation, and it distinguishes from sibling ESG tools by naming the rating provider (秩鼎).

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?

No guidance is given on when to use this tool versus the sibling ESG tools (e.g., stock_esg_hz_sina, stock_esg_msci_sina). The description only names the data source and provides a URL; it does not state any context, prerequisites, or alternatives. An agent would have to infer usage from the tool name alone.

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