Skip to main content
Glama
WaHaiLong

Kingdee MCP Server

by WaHaiLong

kingdee_usage_report

Read-onlyIdempotent

Analyze MCP usage logs to generate a report of tool call frequency, success rate, and latency distribution, helping identify high-usage tools, failure-prone tools, and API call time patterns.

Instructions

查看 MCP 使用统计报告,包括工具调用频率、成功率、耗时分布等。

此工具分析已记录的使用日志,帮助了解:

  • 哪些工具被高频使用

  • 哪些工具失败率较高

  • API 调用耗时分布

  • 使用时段分布

Returns: str: 使用报告(支持 text/markdown/json 格式)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already provide readOnlyHint, destructiveHint, idempotentHint. Description adds that it analyzes logged usage logs and returns a report, which is consistent and adds mild 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.

Conciseness4/5

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

Description is concise with bullet points listing insights, front-loaded with purpose. No wasted text, structure effective.

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?

Given rich annotations, clear schema, and implied output schema, description is sufficiently complete. It explains purpose and insights, though could mention data range or pre-computation.

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 coverage is 0% because description omits format parameter, but the schema itself provides a clear description of the parameter. Baseline 3 as schema does the work.

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?

Description clearly states the tool views MCP usage statistics and lists specific insights (e.g., frequency, success rate, time distribution). However, there is a sibling 'kingdee_usage_stats' with similar name, and description does not 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?

No explicit guidance on when to use this tool versus alternatives, such as 'kingdee_usage_stats'. Description implies analysis of logged data but does not specify prerequisites or context.

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/WaHaiLong/KingdeeMCP'

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