Skip to main content
Glama

queryDutyList

Retrieve project task responsible persons from configured user form. Select a person and use the returned ID and name when calling saveProjTask.

Instructions

查询项目任务责任人列表。用于调用 saveProjTask 前选择责任人。会读取 AndonSysUser 表单配置,查询 /user/queryPageMap,并固定带上 accountType=0。调用 saveProjTask 时,dutyUserId 使用返回 records 中的 id,dutyUserName 使用同一条 records 的 display 中的用户姓名字段。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo页码,从 1 开始。默认 1。
limitNo每页数量,默认 20,最大 100。
containNo初始化表单字段时只包含指定字段,默认空。
excludeNo初始化表单字段时排除指定字段,默认空。
filtersNo动态查询条件。key 必须是 AndonSysUser 表单字段 field;文本字段模糊查,时间字段传 {start,end} 范围查。
Behavior5/5

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

With no annotations, the description fully shoulders the burden. It reveals internal behavior: reads AndonSysUser config, queries /user/queryPageMap, always includes accountType=0, and describes the mapping of returned fields for saveProjTask. This transparently informs the agent of side-effects and prerequisites.

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, starting with the core purpose in the first sentence, followed by necessary behavioral details. No redundant sentences; every sentence adds value.

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 no output schema and no annotations, the description is fairly complete: it explains input, internal processing, and output usage. However, it does not explicitly mention pagination details (though schema has page/limit). Slight gap but sufficient for the primary use case.

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 already has 100% parameter descriptions, so baseline is 3. The description adds value by explaining the filters parameter semantics (keys must be AndonSysUser fields) and the fixed accountType=0 behavior, which is not in the schema. This enhances schema information.

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 explicitly states it queries the project task responsible person list, with a clear purpose: to select the responsible person before calling saveProjTask. This distinguishes it from sibling tools like queryProjUser or queryProjProjectList, which serve different querying needs.

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?

It clearly indicates when to use this tool (before saveProjTask) and explains how to use the returned data (dutyUserId and dutyUserName). However, it does not explicitly mention when not to use it or compare with alternatives like queryProjUser, which could also query users.

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/guansuian/project-mcp'

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