Skip to main content
Glama
xiaobenyang-com

fund-mcp

Server Quality Checklist

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

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: fund.echo is for testing/scaffolding, fund.knowledge retrieves knowledge base information, and fund.stock_search searches for stock data. There is no overlap in functionality, making tool selection unambiguous for an agent.

    Naming Consistency3/5

    The naming is mixed in conventions: fund.echo uses a simple verb, fund.knowledge uses a noun (with a typo in the description), and fund.stock_search uses a verb_noun pattern. While readable, there is inconsistency in verb usage and structure across the tools.

    Tool Count3/5

    With only 3 tools, the server feels thin for a financial domain (fund-mcp), as it lacks core operations like data updates, analysis, or portfolio management. However, the count is not extreme, so it is borderline appropriate but limited in scope.

    Completeness2/5

    The tool surface is significantly incomplete for a financial server: it includes a test tool (echo), a knowledge base tool, and a stock search tool, but misses essential operations such as retrieving detailed stock data, managing portfolios, or performing financial calculations. This will likely cause agent failures in broader financial tasks.

  • Average 2.3/5 across 3 of 3 tools scored. Lowest: 1.5/5.

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

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under Apache 2.0.

  • 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

  • Behavior1/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 the tool does ('获取的知识库列表信息') without mentioning permissions, rate limits, pagination behavior, or what the return format looks like. This is inadequate for a tool with 3 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.

    Conciseness3/5

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

    The description is a single Chinese phrase, which is concise but under-specified. It's front-loaded but lacks necessary detail. While not verbose, it fails to provide essential information, making it inefficient in conveying value.

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

    Completeness1/5

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

    Given the complexity (3 parameters, no annotations, no output schema), the description is completely inadequate. It doesn't explain the tool's behavior, parameters, or return values, leaving the agent unable to use it effectively. This is a low-tier description for a non-trivial tool.

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

    Parameters1/5

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

    Schema description coverage is 0%, so the schema provides no parameter descriptions. The description adds no information about the parameters (kw, pageSize, pageNum), their meanings, formats, or usage. With 3 undocumented parameters, this is a significant gap.

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

    Purpose2/5

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

    The description '获取的知识库列表信息' (Get knowledge base list information) restates the tool name 'fund.knoewledge' in Chinese, making it tautological. It specifies a verb ('获取' - get) and resource ('知识库列表信息' - knowledge base list information), but doesn't distinguish from sibling tools like 'fund.echo' or 'fund.stock_search'. The purpose is vague about what exactly is being retrieved.

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

    Usage Guidelines1/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 like 'fund.echo' or 'fund.stock_search'. The description offers no context, exclusions, or prerequisites, leaving the agent with no usage instructions.

    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 mentions the API source but doesn't describe any behavioral traits: no information about rate limits, authentication requirements, error handling, response format, or whether this is a read-only operation. The description is too minimal to adequately inform an agent about how this tool behaves beyond its basic purpose.

    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 extremely concise - just one sentence with 8 Chinese characters. It's front-loaded with the core purpose. While efficient, it may be too brief given the tool's complexity (2 parameters, no annotations, no output schema). Every word earns its place, but more information might be needed for proper tool understanding.

    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 has 2 parameters with 0% schema coverage, no annotations, no output schema, and sibling tools that might overlap in functionality, the description is insufficiently complete. It states what the tool does at a high level but provides none of the necessary details about parameters, behavior, outputs, or differentiation from alternatives that an agent would need to use this tool effectively.

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

    Parameters2/5

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

    With 0% schema description coverage for 2 parameters, the description provides no information about what 'input' and 'count' parameters mean or how they should be used. The description doesn't mention parameters at all, leaving both completely undocumented. For a tool with 2 parameters and no schema descriptions, this represents a significant gap in understanding what the tool expects.

    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: '搜索股票信息' (search for stock information) with the resource being stocks. It specifies the data source ('基于东方财富API' - based on East Money API), which adds specificity. However, it doesn't explicitly differentiate from sibling tools like fund.echo or fund.knowledge, which prevents a perfect score.

    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 what makes this tool different from its siblings (fund.echo and fund.knowledge), nor any context about when this search tool would be preferred over other methods. The only contextual information is the API source, which doesn't constitute usage 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?

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'Echo back a message,' which implies a simple read-only operation, but it doesn't disclose any behavioral traits such as side effects, error handling, or performance characteristics. The mention of 'Example interface for scaffold' adds minimal context but is insufficient for a mutation tool (implied by 'echo' as output).

    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 with two short sentences: 'Echo back a message. Example interface for scaffold.' Every word earns its place, and it's front-loaded with the core purpose, making it efficient and well-structured.

    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 (1 parameter, no annotations, no output schema), the description is incomplete. It lacks details on behavior, parameter usage, and output expectations. While the tool is basic, the description should provide more context for effective use, such as what 'echo' entails or example usage.

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

    Parameters2/5

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

    The input schema has 1 parameter with 0% description coverage, and the description does not add any meaning beyond the schema. It mentions 'message' but doesn't explain what it represents, its format, or constraints. Since schema coverage is low, the description fails to compensate, leaving the parameter poorly documented.

    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: 'Echo back a message.' This is a specific verb ('echo back') and resource ('a message'), making it understandable. However, it doesn't distinguish itself from sibling tools like 'fund.knowledge' or 'fund.stock_search', which likely have different functions, so it doesn't fully differentiate.

    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 mentions it's an 'Example interface for scaffold,' which implies it might be for testing or demonstration, but this is vague and doesn't offer explicit usage scenarios, prerequisites, or exclusions.

    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

1777316659313667 MCP server

Copy to your README.md:

Score Badge

1777316659313667 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/xiaobenyang-com/1777316659313667'

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