Skip to main content
Glama

create_task

Create a new task with a title, optional priority, due date, tags, and project assignment. Tasks without a project default to the inbox.

Instructions

创建新任务。可以指定标题、所属项目、截止日期、优先级、标签等。不指定项目则放入收集箱。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo标签列表(可选)
titleYes任务标题
contentNo任务内容/描述(可选)
due_dateNo截止日期(可选,ISO 8601格式,如 '2026-03-15T18:00:00+0800')
priorityNo优先级(0=无, 1=低, 3=中, 5=高)
is_all_dayNo是否全天任务(可选)
project_idNo项目ID(可选,不填则放入收集箱)
start_dateNo开始日期(可选,ISO 8601格式,如 '2026-03-15T09:00:00+0800')
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It confirms creation (mutation) and default inbox behavior, but omits return type, error handling, or idempotency.

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?

Two concise sentences, front-loaded with purpose, no wasted words.

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

Completeness3/5

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

With 8 parameters, no annotations, and no output schema, the description is incomplete. It explains default behavior but not return value or side effects.

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?

Schema coverage is 100%, baseline 3. The description adds value by explaining that omitting project_id places the task in the inbox, which is not in the schema.

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 it creates a new task and lists key fields, distinguishing it from siblings like update_task or delete_task.

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 hints at when to omit project_id (inbox), but provides no explicit guidance on when to use this tool vs alternatives like complete_task or search_tasks.

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/Martinqi826/dida-mcp'

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