Skip to main content
Glama
WaHaiLong

Kingdee MCP Server

by WaHaiLong

kingdee_list_forms

Read-onlyIdempotent

Search for Kingdee form types by keyword to find the required form_id. Leave blank to list all common forms.

Instructions

搜索金蝶系统中可用的表单类型(form_id)。

不知道 form_id 时,先调用此工具搜索。例如:

  • 输入"员工"返回 BD_Empinfo

  • 输入"采购"返回采购相关的表单列表

  • 留空返回所有常用表单

Returns: str: JSON 格式的表单列表,含 form_id、名称、描述、推荐字段、数据库表名

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds valuable behavioral context: it returns a JSON list with specific fields (form_id, name, description, recommended fields, database table name) and explains behavior for empty keyword (returns all common forms). No contradictions with annotations.

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 four sentences, front-loading the purpose. Every sentence adds value: main purpose, usage instruction, examples, and return format. No wasted words.

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

Completeness5/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, readOnly), the description covers all needed context: when to use, input examples, return fields, and annotations cover safety. With output schema existing, the description is fully adequate.

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?

The input schema describes the 'keyword' parameter, so coverage is high. The description adds concrete examples (e.g., '员工' returns BD_Empinfo) that illustrate the mapping, enhancing semantic understanding beyond the schema's description.

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 it searches for available form types in Kingdee system, which is distinct from sibling tools that query records or other entities. The examples and instruction to use this tool when form_id is unknown differentiate it from others.

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

Usage Guidelines4/5

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

The description explicitly says to call this tool when form_id is unknown, providing a clear usage context. It also gives examples of inputs and outputs. However, it does not explicitly state when not to use it or mention alternatives, though the context is strong.

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