Skip to main content
Glama

feishu_task_task

Manage tasks in Feishu by creating, viewing, updating, and listing your assigned tasks using ISO 8601 timestamps and member roles.

Instructions

【以用户身份】飞书任务管理工具。用于创建、查询、更新任务。Actions: create(创建任务), get(获取任务详情), list(查询任务列表,仅返回我负责的任务), patch(更新任务)。时间参数使用ISO 8601 / RFC 3339 格式(包含时区),例如 '2024-01-01T00:00:00+08:00'。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
summaryNo任务标题
current_user_idNo当前用户的 open_id(强烈建议,从消息上下文的 SenderId 获取)。如果 members 中不包含此用户,工具会自动添加为 follower,确保创建者可以编辑任务。
descriptionNo任务描述
dueNo
startNo
membersNo任务成员列表(assignee=负责人,follower=关注人)
repeat_ruleNo重复规则(RRULE 格式)
tasklistsNo任务所属清单列表
user_id_typeNo
task_guidNoTask GUID
page_sizeNo每页数量(默认 50,最大 100)。
page_tokenNo分页标记
completedNo是否筛选已完成任务
completed_atNo完成时间。支持三种格式:1) ISO 8601 / RFC 3339 格式(包含时区),例如 '2024-01-01T00:00:00+08:00'(设为已完成);2) '0'(反完成,任务变为未完成);3) 毫秒时间戳字符串。
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions acting 'as the user' and that the 'list' action returns only tasks the user is responsible for, adding some context. However, it fails to disclose critical behavioral traits such as authentication needs, rate limits, error handling, or mutation effects (e.g., whether updates are reversible). The description is insufficient for a multi-action tool with potential write operations.

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 appropriately sized and front-loaded, starting with the tool's purpose and key actions. The time format note is relevant but could be integrated more smoothly. No redundant sentences; each part adds value, though the structure is slightly fragmented with bracketed text and a list.

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 (15 parameters, multiple actions, no output schema, and no annotations), the description is inadequate. It lacks details on return values, error conditions, authentication, and action-specific parameter requirements. For a versatile tool with create/update capabilities, more comprehensive guidance is needed to ensure correct usage.

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 73%, so the schema documents most parameters well. The description adds minimal value beyond the schema: it reiterates the time format (already in schema) and lists action names (in schema enum). It doesn't explain parameter interactions (e.g., which params are needed for each action) or provide usage examples, leaving gaps despite moderate schema coverage.

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 a 'Feishu task management tool for creating, querying, and updating tasks' with specific actions listed (create, get, list, patch). It distinguishes itself from sibling tools like feishu_task_comment or feishu_task_subtask by focusing on core task operations, though it doesn't explicitly contrast with all siblings.

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 implies usage through the listed actions (e.g., 'list' returns only tasks the user is responsible for) and mentions time format requirements, but lacks explicit guidance on when to use this tool versus alternatives like feishu_task_subtask or calendar tools. No when-not-to-use scenarios or prerequisites are provided.

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