Skip to main content
Glama

list_dev_tasks

List development tasks from a kanban board with filters for status, priority, task type, and agent readiness. Supports pagination and includes soft-deleted tasks.

Instructions

List dev-tasks from your kanocifer-chat board.

Args: status: Filter by lifecycle status. One of: '待评估', '待排期', '进行中', '已搁置', '已完成'. priority: Filter by urgency. One of: 'P0 紧急', 'P1 高', 'P2 中', 'P3 低'. task_type: Filter by kind. One of: '问题', '功能需求', '优化', '技术债'. for_agent: When True, return only tasks ready for agent execution. When False, return only tasks for human. None = no filter. include_deleted: When True, soft-deleted tasks are also returned. page: Page number (1-based). per_page: Items per page, capped at 20.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
statusNo
per_pageNo
priorityNo
for_agentNo
task_typeNo
include_deletedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses filter parameters, pagination (page, per_page with a cap of 20), and flags for agent and deleted tasks. While it doesn't mention sorting or result structure, the output schema exists to cover return values. Overall, the description provides reasonable behavioral insight.

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 front-loaded with the purpose statement and then lists each parameter with explanations. It is somewhat lengthy but contains no redundant information. The structure is clear and easy to parse.

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 7 parameters and the presence of an output schema, the description covers all parameter semantics thoroughly. It does not mention expected response format or ordering, but the output schema likely provides that. The description is sufficient for an agent to invoke the tool correctly.

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

Parameters5/5

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

Schema coverage is 0%, so the description adds essential meaning beyond the schema. It explicitly lists all enum values for status, priority, and task_type, explains the boolean filters for_agent and include_deleted, and clarifies pagination constraints. This adds significant value for correct invocation.

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 action ('List dev-tasks') and the resource ('your kanocifer-chat board'). It is distinct from sibling tools like create, get, update, etc., providing a specific verb+resource combination.

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 does not explicitly state when to use this tool versus alternatives like get_dev_task or get_frontier_tasks. However, the name 'list' implies retrieval of multiple items, and the detailed filters suggest it's for filtered aggregation. No exclusion or alternative guidance is 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/KanoCifer/DevTaskMcp'

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