Skip to main content
Glama

feishu_task_subtask

Create subtasks or list existing subtasks for Feishu/Lark tasks to organize work and track progress within the lark-hermes-mcp server.

Instructions

【以用户身份】飞书任务的子任务管理工具。当用户要求创建子任务、查询任务的子任务列表时使用。Actions: create(创建子任务), list(列出任务的所有子任务)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
task_guidYes父任务 GUID
summaryNo子任务标题
descriptionNo子任务描述
dueNo
startNo
membersNo子任务成员列表(assignee=负责人,follower=关注人)
page_sizeNo每页数量,默认 50,最大 100
page_tokenNo分页标记
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool operates '以用户身份' (as user identity), which hints at authentication context, but doesn't specify required permissions, rate limits, error behaviors, or whether operations are idempotent. For a tool with both create and list actions (potentially involving mutations), this leaves significant behavioral gaps.

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 reasonably concise with two sentences that cover purpose and usage. The structure is front-loaded with the core purpose. However, the inclusion of 'Actions: create, list' feels redundant since these are already defined in the schema's enum, and the description could be more efficiently worded.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (9 parameters with nested objects, no output schema, no annotations), the description is insufficient. It doesn't explain return formats for list actions, error conditions, pagination behavior (though page_size/page_token are in schema), or how the two actions differ in parameter requirements. For a multi-action tool with rich input schema, more contextual information is needed.

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?

Schema description coverage is 67%, with 9 parameters. The description mentions the two actions (create, list) which correspond to the 'action' parameter, but doesn't explain how other parameters relate to these actions (e.g., which parameters are required for create vs list). It adds minimal value beyond what the schema already documents through parameter descriptions.

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?

The description clearly states the tool's purpose as '飞书任务的子任务管理工具' (Feishu task subtask management tool) and specifies two actions: create subtasks and list subtasks. It distinguishes this from other task-related tools like feishu_task_task by focusing specifically on subtasks. However, it doesn't explicitly differentiate from all sibling tools beyond the task domain.

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?

The description provides some usage context with '当用户要求创建子任务、查询任务的子任务列表时使用' (use when user requests to create subtasks or query task subtask lists), which implies when to use this tool. However, it doesn't provide explicit guidance on when NOT to use it or mention alternatives among the many sibling tools (like feishu_task_task for main tasks). The guidance is present but incomplete.

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/WilliamMo101/lark-hermes-mcp'

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