Skip to main content
Glama

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation3/5

    Most tools have distinct purposes, but there is notable overlap between get_full_market_data, get_history_market_data, and get_latest_market_data, which could cause confusion about which to use for specific data needs. The other tools target different resources like layouts, stock details, lists, and dates, making them clearer.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern using snake_case, such as create_chart_panel, get_full_market_data, and get_instrument_detail. This predictability makes the tool set easy to navigate and understand.

    Tool Count5/5

    With 8 tools, the count is well-scoped for a financial/quantitative AI server focused on market data, stock analysis, and visualization. Each tool appears to serve a specific function without being excessive or too sparse.

    Completeness3/5

    The tool set covers data retrieval, stock analysis, and visualization well, but there are gaps in operations like updating or deleting created layouts/panels, and no tools for executing trades or managing portfolios, which might be expected in a quantitative AI context. This could limit agent workflows.

  • Average 2.8/5 across 8 of 8 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • 0 of 3 community issues answered or closed in the last 6 months
    • 5 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action ('获取' - get) but doesn't reveal any behavioral traits like whether this is a read-only operation, potential rate limits, authentication needs, or what the output format might be. This is a significant gap for a tool with 5 parameters and no output schema.

    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 a single phrase ('获取历史行情数据'), which is highly concise and front-loaded with the core purpose. There is no wasted text, making it efficient, though it could benefit from slightly more detail to enhance clarity without sacrificing brevity.

    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?

    Given the complexity of a 5-parameter tool with no annotations and no output schema, the description is incomplete. It doesn't address key contextual aspects like the return format, error handling, or how it integrates with sibling tools. This leaves gaps that could hinder an AI agent's ability to use the tool effectively.

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

    Parameters3/5

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

    The schema description coverage is 100%, with all parameters well-documented in the input schema (e.g., 'codes' as stock codes, 'period' as time intervals). The description adds no additional meaning beyond what the schema provides, such as explaining parameter interactions or default behaviors. Given the high schema coverage, a baseline score of 3 is appropriate.

    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 '获取历史行情数据' (Get historical market data) states a clear verb ('获取' - get) and resource ('历史行情数据' - historical market data), establishing the basic purpose. However, it lacks specificity about what type of market data (e.g., stocks, indices) and doesn't differentiate from sibling tools like 'get_full_market_data' or 'get_latest_market_data', making it somewhat vague.

    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. There are no explicit instructions, implied contexts, or exclusions mentioned, such as how it differs from 'get_latest_market_data' for real-time data or 'get_full_market_data' for broader data. This leaves the agent without usage direction.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action ('get latest market data') without detailing traits like data freshness, rate limits, authentication needs, error handling, or response format. For a tool that likely involves external data fetching, this is a significant gap in transparency.

    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 a single, efficient phrase in Chinese ('获取最新行情数据') that directly states the tool's purpose without unnecessary words. It's appropriately sized and front-loaded, with zero waste, making it highly concise and well-structured for its minimal content.

    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?

    Given the tool's complexity (fetching market data with parameters), lack of annotations, and no output schema, the description is incomplete. It doesn't cover behavioral aspects, output format, or usage context, leaving gaps that could hinder an AI agent's ability to invoke it correctly without additional assumptions.

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

    Parameters3/5

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

    The description adds no parameter semantics beyond what the input schema provides. Schema description coverage is 100%, with clear documentation for 'codes' and 'period', including examples. The description doesn't explain how parameters interact (e.g., how 'period' affects 'latest') or provide additional context, so it meets the baseline for high schema coverage.

    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 '获取最新行情数据' (Get latest market data) states the basic purpose but is vague about scope and differentiation. It doesn't specify what 'latest' means (real-time, end-of-day, etc.) or how it differs from sibling tools like 'get_history_market_data' or 'get_full_market_data'. The verb+resource is present but lacks specificity.

    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 doesn't mention prerequisites, timing considerations (e.g., real-time vs. delayed data), or comparisons to siblings like 'get_history_market_data' for historical data or 'get_full_market_data' for comprehensive datasets. Usage is implied but not explicitly stated.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates a chart panel but doesn't describe what 'create' means operationally (e.g., does it return a chart object, save to a dashboard, generate an image?), what permissions might be needed, whether it's idempotent, or any rate limits. For a creation tool with zero annotation coverage, this leaves significant behavioral gaps.

    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 a single, efficient sentence in Chinese that directly states the tool's purpose without unnecessary words. It's appropriately sized for a tool with clear parameters documented elsewhere, and every element ('创建图表面板', '显示', '指定股票', '技术指标') contributes essential information about the tool's function.

    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?

    Given the tool creates something (implied mutation) with 4 parameters and no annotations or output schema, the description is insufficient. It doesn't explain what 'create' results in (e.g., a chart ID, image data, dashboard update), doesn't cover error conditions or dependencies, and provides minimal behavioral context. For a creation tool with moderate complexity, this leaves the agent with significant unknowns.

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

    Parameters3/5

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

    The description mentions '指定股票' (specified stocks) and '技术指标' (technical indicators), which aligns with the 'codes' and 'indicators' parameters. However, with 100% schema description coverage, all parameters are already documented in the schema with examples and defaults. The description adds minimal semantic context beyond what the schema provides, meeting the baseline for high schema coverage.

    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 states the action ('创建图表面板' - create chart panel) and the target resource ('显示指定股票的技术指标' - display technical indicators for specified stocks). It specifies the type of visualization (chart panel) and the data domain (stock technical indicators). However, it doesn't explicitly differentiate from sibling tools like 'create_custom_layout' or 'get_history_market_data' which might also involve data visualization or stock data retrieval.

    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. There's no mention of prerequisites, when this tool is appropriate versus other visualization or data retrieval tools in the sibling list, or any exclusions. The agent must infer usage from the purpose alone without explicit contextual guidance.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. While '创建' (create) implies a write operation, the description doesn't specify whether this creates a persistent layout, whether it requires specific permissions, what happens if the layout already exists, or what the expected output format is. For a creation tool with zero annotation coverage, this leaves significant behavioral gaps.

    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 a single, efficient Chinese sentence that directly states the tool's purpose without unnecessary elaboration. Every word contributes to understanding what the tool does. It's appropriately sized for a tool with comprehensive parameter documentation in the schema.

    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?

    For a creation tool with 5 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what a 'custom layout' actually is in this context, what format it creates, whether it's persistent, or what happens after creation. The agent must rely entirely on the parameter schema without understanding the broader behavioral context of layout creation.

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

    Parameters3/5

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

    The schema description coverage is 100%, so all parameters are well-documented in the schema itself. The description mentions '可以指定指标名称、参数名和参数值' (can specify indicator name, parameter names, and parameter values), which maps to three of the five parameters but doesn't add meaningful semantic context beyond what the schema already provides. The baseline of 3 is appropriate given the comprehensive schema documentation.

    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 states the verb ('创建自定义布局' - create custom layout) and the resources involved (specifying indicator names, parameter names, and parameter values). It distinguishes from siblings like 'create_chart_panel' by focusing on layout creation rather than chart panel creation. However, it doesn't explicitly differentiate from other potential layout tools that might exist.

    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. There's no mention of prerequisites, when this tool is appropriate versus other tools like 'create_chart_panel', or any context about what constitutes a 'custom layout' in this system. The agent must infer usage from the parameter descriptions alone.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states what data is retrieved without mentioning permissions, rate limits, data freshness, error handling, or output format. For a data-fetching tool with zero annotation coverage, this is a significant gap in behavioral context.

    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 a single, efficient phrase ('获取历史+最新行情数据') with zero waste. It is appropriately sized and front-loaded, though its brevity contributes to gaps in other dimensions.

    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?

    Given the tool's complexity (5 parameters, no output schema, no annotations), the description is incomplete. It lacks details on output format, error conditions, and behavioral traits, making it inadequate for an agent to fully understand how to use the tool effectively.

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

    Parameters3/5

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

    Schema description coverage is 100%, so the schema fully documents all 5 parameters. The description adds no parameter-specific information beyond what's in the schema, such as explaining interactions between 'start_date' and 'end_date' or clarifying 'period' options. Baseline 3 is appropriate when the schema does the heavy lifting.

    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 states the tool's purpose as '获取历史+最新行情数据' (get historical + latest market data), which is a specific verb+resource combination. It distinguishes from siblings like 'get_history_market_data' (historical only) and 'get_latest_market_data' (latest only) by combining both, though it doesn't explicitly name these alternatives.

    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 like 'get_history_market_data' or 'get_latest_market_data'. It lacks context about use cases, prerequisites, or exclusions, leaving the agent to infer usage from the name alone.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only states what the tool does ('获取指定股票的详细信息'), but doesn't disclose any behavioral traits such as whether it's a read-only operation, potential rate limits, authentication requirements, error handling, or what '详细信息' (detailed information) specifically includes. For a tool with no annotation coverage, this is a significant gap.

    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 extremely concise ('获取指定股票的详细信息') - a single sentence that directly states the tool's purpose without any fluff. It's front-loaded and every word earns its place, making it easy to parse quickly.

    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?

    Given the lack of annotations and output schema, the description is incomplete. It doesn't explain what '详细信息' (detailed information) includes, how the data is returned, or any behavioral aspects. For a tool that presumably returns complex stock data, the description should provide more context about the nature and scope of the information retrieved.

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

    Parameters3/5

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

    The description adds no parameter semantics beyond what the input schema provides. The schema has 100% description coverage, with clear documentation for both parameters ('code' and 'iscomplete'), including examples and defaults. Since schema coverage is high (>80%), the baseline score is 3, as the description doesn't need to compensate but also adds no extra value.

    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 states the tool's purpose: '获取指定股票的详细信息' (Get detailed information for a specified stock). It uses a specific verb ('获取' - get) and resource ('股票详细信息' - stock detailed information). However, it doesn't differentiate from sibling tools like get_history_market_data or get_latest_market_data, which also retrieve stock-related 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. It doesn't mention sibling tools like get_history_market_data or get_latest_market_data, nor does it explain what makes this tool unique (e.g., comprehensive vs. historical vs. real-time data). The only implied usage is when detailed stock information is needed, but this is too vague for effective tool selection.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries full burden for behavioral disclosure but offers minimal information. It doesn't describe whether this is a read-only operation, what permissions might be required, whether there are rate limits, pagination behavior, or what format the returned list takes. The description only states what the tool does, not how it behaves.

    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 extremely concise - a single Chinese sentence that directly states the tool's function. There's zero wasted language, no redundancy, and it's front-loaded with the core purpose. Every word earns its place.

    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?

    For a tool with no annotations and no output schema, the description is insufficiently complete. It doesn't explain what the returned stock list contains (just symbols? full details?), how results are formatted, whether there are limitations on sector values, or error conditions. Given the lack of structured metadata, the description should provide more operational context.

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

    Parameters3/5

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

    The description adds no parameter semantics beyond what's already in the schema, which has 100% coverage. The schema fully documents the single 'sector' parameter with description, type, and default value. The description doesn't provide additional context about sector options, validation rules, or examples beyond the schema's '例如 沪深A股' example.

    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 states the tool's purpose as '获取指定板块的股票列表' (get stock list for specified sector), which is a specific verb+resource combination. It distinguishes itself from siblings like get_history_market_data or get_latest_market_data by focusing on sector-based listing rather than time-based or detailed market data. However, it doesn't explicitly differentiate from get_full_market_data, which might also return lists.

    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. It doesn't mention prerequisites, when-not-to-use scenarios, or compare with sibling tools like get_full_market_data (which might return broader market data) or get_instrument_detail (which provides detailed information on individual instruments). The user must 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.

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It states what the tool does but lacks details on behavioral traits: it doesn't specify if this is a read-only operation, potential rate limits, authentication needs, error handling, or the format of the returned date list. For a tool with no annotation coverage, this leaves significant gaps in understanding how the tool behaves beyond its basic function.

    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 a single, efficient sentence in Chinese that directly states the tool's purpose without any unnecessary words or fluff. It is appropriately sized and front-loaded, making it easy to parse quickly. Every part of the sentence contributes to understanding the tool's function.

    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?

    Given the tool's simplicity (one parameter, no output schema, no annotations), the description is minimal but adequate for basic understanding. However, it lacks completeness for effective use: it doesn't explain the return format (e.g., list structure, date format), potential errors, or how it differs from sibling tools. With no annotations or output schema, the description should provide more context to compensate, but it falls short.

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

    Parameters3/5

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

    The description implies a parameter for specifying the market ('指定市场的' - for the specified market), which aligns with the single parameter 'market' in the input schema. Schema description coverage is 100%, with the schema providing details like the default value 'SH' and an example. The description adds minimal semantic value beyond what the schema already documents, meeting the baseline score for high schema coverage.

    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 states the tool's purpose: '获取指定市场的交易日期列表' translates to 'Get the trading date list for the specified market.' It uses a specific verb ('获取' - get) and resource ('交易日期列表' - trading date list). However, it doesn't explicitly differentiate from sibling tools like 'get_history_market_data' or 'get_latest_market_data', which might also involve date-related data but focus on market data rather than date lists.

    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. It doesn't mention any prerequisites, exclusions, or comparisons to sibling tools such as 'get_history_market_data' or 'get_full_market_data', which could potentially overlap in date-related contexts. The agent must infer usage based solely on the tool name and description without explicit direction.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

xtquantai MCP server

Copy to your README.md:

Score Badge

xtquantai MCP server

Copy to your README.md:

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/dfkai/xtquantai'

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