Skip to main content
Glama
WaHaiLong

Kingdee MCP Server

by WaHaiLong

kingdee_query_stock_transfer_apply

Read-onlyIdempotent

Query stock transfer applications to retrieve transfer requests for inter-warehouse material movement. Filter by status, send warehouse, or receive warehouse.

Instructions

查询调拨申请单(STK_TransferApply)列表。

调拨申请单用于申请仓库之间物料的转移,经审核后可下推生成调拨单。

常用 filter_string:

  • 已审核: "FDocumentStatus='C'"

  • 指定调出仓库: "FSendStockId.FNumber='WH01'"

  • 指定调入仓库: "FReceiveStockId.FNumber='WH02'"

推荐 field_keys: FID,FBillNo,FDate,FDocumentStatus,FSendStockId.FName,FReceiveStockId.FName

Returns: str: JSON 格式的调拨申请单列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds minimal behavioral context beyond querying; no details on authentication, rate limits, or pagination behavior beyond schema.

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?

Description is very concise with clear sections (purpose, filter examples, field_keys). Every sentence is meaningful; no fluff.

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 the output schema exists, description adequately covers business context and basic usage. Could mention pagination limits (max 100) but schema handles defaults.

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?

Despite 0% schema description coverage in description text, the description adds significant value with concrete filter examples and recommended field_keys, greatly aiding parameter understanding.

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 it queries stock transfer applications (STK_TransferApply) and explains the business purpose. It distinguishes from generic query tools but does not explicitly differentiate from sibling 'kingdee_query_transfer_apply'.

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?

Provides useful filter examples and recommended field_keys, implying typical use cases. However, it does not explicitly state when to use this tool over siblings or when not to use it.

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