Skip to main content
Glama
WaHaiLong

Kingdee MCP Server

by WaHaiLong

kingdee_query_transfer_pending_detail

Read-onlyIdempotent

Query pending transfer details for stock movements that have been dispatched but not yet received, including outbound and inbound dates, quantities, and document status.

Instructions

查询分步式调出未调入明细表(STK_TransferPendingDetail)。

用于查看分步式调拨流程中,已调出但未调入的单据明细。

常用 filter_string:

  • 指定调出日期范围: "FOutDate>='2024-01-01' and FOutDate<='2024-12-31'"

  • 指定物料: "FMaterialId.FNumber='MAT001'"

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

推荐 field_keys(默认已包含关键字段): FID,FBillNo,FOutDate,FInDate,FDocumentStatus,FStockOrgId.FName, FOutStockId.FName,FInStockId.FName,FMaterialId.FNumber,FMaterialId.FName, FUnitId.FName,FOutQty,FInQty,FPendingQty

Returns: str: JSON 格式的分步式调出未调入明细列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by explicitly stating the return format (JSON list) and providing default field keys and filter examples. No contradiction 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.

Conciseness4/5

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

Description is fairly concise with bullet points for parameters and returns. It front-loads the purpose and table name. Could potentially be slightly shorter, but no superfluous information.

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 tool's complexity (multi-parameter query with filter, fields, pagination), the description covers the essential usage: table name, filter examples, recommended fields, and return format. An output schema exists, so return value details are covered. No notable gaps.

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?

The input schema already includes descriptions for all parameters, so the baseline is moderate. The description adds usage examples for filter_string and recommends field_keys, adding some semantics beyond the schema. However, it does not explain the form_id parameter or the overall QueryInput structure beyond the given examples.

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?

Description clearly states the tool queries the '分步式调出未调入明细表' (step-by-step transfer out but not in detail), specifying the exact table and the business scenario. The verb '查询' (query) and resource are unambiguous, and the tool is distinct from many sibling query tools by its focus on pending transfer details.

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 practical filter_string examples (date range, material, warehouse) which help with parameter usage, but does not include guidance on when to use this tool versus alternatives like kingdee_query_stock_bills or kingdee_query_transfer_apply. No explicit exclusions or when-not-to-use criteria are given.

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