Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

index_component_sw

Read-onlyIdempotent

Retrieve constituent stocks for a specified Shenwan Hongyuan research index code. Returns a DataFrame listing component securities to analyze index composition.

Instructions

申万宏源研究-指数发布-指数详情-成分股 https://www.swsresearch.com/institute_sw/allIndex/releasedIndex/releasedetail?code=801001&name=%E7%94%B3%E4%B8%8750 :param symbol: 指数代码 :type symbol: str :return: 成分股 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo801001
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, covering the safety profile. The description adds the return type (pandas.DataFrame) and source URL but does not disclose any additional behavioral traits such as pagination, rate limits, or data scope.

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 compact and well-structured, using a title, a relevant URL, and standard docstring entries for parameter and return. Every element contributes meaning without unnecessary elaboration.

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?

For a simple one-parameter read-only tool, the description covers the main points: source, parameter meaning, return type, and a default example via the URL. It does not explain how to obtain valid index codes or the exact columns of the returned DataFrame, but it is largely adequate for the tool's simplicity.

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 a single 'symbol' parameter with no description, and schema description coverage is 0%. The description compensates by explaining that 'symbol' is the index code ('指数代码') with type str, which is essential. However, it lacks format examples or a code list, leaving some ambiguity about accepted values.

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 identifies the tool as retrieving index component stocks ('成分股') from Shenwan Hongyuan Research's index release details, with a specific URL and parameter. The resource is clear, but it lacks an explicit action verb (e.g., 'get' or 'fetch'), and it does not directly compare to sibling tools beyond the source name.

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 provided on when to use this tool versus alternatives. The description only includes a parameter docstring and return type; there are no mentions of prerequisites, exclusion criteria, or other related tools.

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