Skip to main content
Glama
DannyWongIsAvailable

Real-time Stock MCP Service

get_stock_search

Search for Chinese stocks by code or name using fuzzy matching. Returns stock code, name, and market type in a markdown table.

Instructions

搜索股票信息,根据关键字搜索相关的股票信息,支持模糊搜索。 得到准确的股票代码、名称、市场类型等

Args: keyword: 搜索关键字,可以是股票代码、股票名称等

Returns: 股票信息的Markdown表格

Examples: - get_stock_search("宁德") - get_stock_search("小米") - get_stock_search("300750")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so the description must cover behavior. It mentions returns are in Markdown format and gives examples, but does not explain rate limits, authentication needs, or potential side effects. Basic transparency is present but incomplete.

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 concise, with clear sections: purpose, arguments, returns, and examples. No extraneous text, well-structured and front-loaded.

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 tool has an output schema (not shown), so return details are not required. With one parameter and examples, the description covers the main use cases. However, missing behavioral info like rate limits or data freshness prevents a perfect score.

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?

Input schema has 0% description coverage for the keyword parameter. The description explains that keyword can be a stock code or name, adding meaning beyond the schema's type string. This compensates well for the lack of schema descriptions.

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

Purpose5/5

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

The description clearly states the tool searches for stock information by keyword, with fuzzy search support. It specifies outputs like stock code, name, and market type. This distinguishes it from sibling tools which focus on financial analysis, bills, etc.

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

Usage Guidelines3/5

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

The description implies usage for finding stocks by keyword, but does not explicitly state when to use vs. alternatives, nor any prerequisites or when to avoid.

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