Skip to main content
Glama
WaHaiLong

Kingdee MCP Server

by WaHaiLong

kingdee_query_operation_logs

Read-onlyIdempotent

Retrieve user operation logs from Kingdee Cloud Star ERP for security auditing, fault troubleshooting, and operation traceability. Filter by user, date, operation type, or document number.

Instructions

查询金蝶云星空的上机操作日志(BOS_OperateLog)。

记录用户在系统中的所有操作:登录、登出、进入业务对象、业务操作等。 用于安全审计、故障排查、操作追溯。

推荐场景:

  • 排查某张单据是谁在什么时候操作的

  • 安全审计:检查异常登录或批量操作

  • 合规要求:追溯敏感操作记录

返回字段说明:

  • FDATETIME: 操作时间

  • FUSERID: 操作用户

  • FCOMPUTERNAME: 机器名称

  • FCLIENTIP: 客户端IP

  • FENVIRONMENT: 操作场景(0=登入系统, 1=进入业务对象, 3=业务操作, 4=登出系统)

  • FOPERATENAME: 操作名称(登录/单据查询/批量保存等)

  • FDESCRIPTION: 操作描述

  • FInterId: 对象内码(关联单据号)

  • FTimeConsuming: 耗时(毫秒)

  • FClientType: 客户端类型

Returns: str: 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 declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds that it returns a JSON string and lists output fields, but does not disclose additional behavioral details like pagination limits or rate limits. 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?

The description is well-structured with a clear purpose statement, recommended scenarios, and a detailed list of return fields. It is concise without unnecessary text. A slight improvement could be to integrate parameter guidance, but it remains efficient.

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 complexity of the tool (many parameters, pagination, output fields), the description covers the key aspects: purpose, usage scenarios, and return value format. The input schema covers parameter details, but the description could be more complete by mentioning pagination or filter capabilities. Overall adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, meaning the description does not repeat or elaborate on the input schema parameters. The description focuses on output fields and usage scenarios, not on how to use the input parameters. The schema itself provides detailed parameter descriptions, but the description should compensate for low coverage. It does not, so this dimension scores low.

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 the verb 'query' and the resource 'operation logs' (BOS_OperateLog), and explicitly describes the contents. It distinguishes itself from sibling query tools by focusing on operation logs, not specific bill types.

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 provides explicit recommended scenarios (security audit, fault diagnosis, compliance). It does not explicitly state when not to use it, but the list of scenarios provides clear guidance. Sibling tools are for specific entities, so this tool's general nature is implied.

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