Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

获取基金基本信息

fund_info

Fetch detailed fund information, including name, type, scale, and manager, by providing a fund code.

Instructions

获取基金的基本信息,包括基金名称、类型、规模、管理人等详细信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes基金代码,例如: 000001(华夏成长)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It communicates a read-only intent via '获取' and lists returned content, but it does not disclose error behavior, data source, completeness, or any other behavioral traits beyond the basic lookup nature.

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 one compact sentence that states the verb, resource, and key output fields immediately. No filler or redundant wording detracts from the message.

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?

For a simple one-parameter lookup, the description is adequate: it names the resource and several output fields. However, with no output schema, it does not fully specify the return structure or edge cases such as invalid fund codes, which leaves some uncertainty.

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%, and the single parameter 'code' is well documented with an example. The tool description adds no additional meaning about the parameter, so the baseline of 3 is appropriate.

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 gets basic fund information and lists specific fields (name, type, scale, manager), which distinguishes it from siblings like fund_nav or fund_holdings. However, it does not explicitly differentiate itself from sibling tools by naming them or contrasting scopes.

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 use when basic fund information is needed, but provides no explicit guidance on when to choose this over alternatives such as fund_nav, fund_holdings, or fund_analysis. There are no exclusions or conditions stated.

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

Deploy Server

Other Tools