Skip to main content
Glama

create_task

Add a task or note to the human's task app to hand over an action, reminder, or note. The item appears immediately, and the returned response includes its new ID.

Instructions

WRITE. Creates a new item (task/note) in the store — the agent→human write side of the two-way bus. Use to hand the human a note, action, or reminder. Side effect: a new item appears in their task app immediately. Returns the created item including its new id. To change an existing item instead, use update_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags/labels to attach, without a leading "#", e.g. ["agent", "review"].
agentNoAgent identity for the append-only ATS action ledger.
titleYesShort title / headline for the new item. Required.
contentNoMarkdown body of the item. Optional.
dueDateNoDue date as an ISO 8601 string, e.g. "2026-06-15" or "2026-06-15T09:00:00Z".
projectIdNoId of the target project (from `list_projects`). Omit to drop into the inbox/default project.
Behavior5/5

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

No annotations are provided, so the description bears the full behavioral transparency burden. It clearly discloses that this is a WRITE operation, describes the immediate side effect (a new item appears in the task app), and states the return value, including the new id.

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 front-loaded with the WRITE callout, then a compact definition, use case, side effect, return value, and sibling routing. Every sentence earns its place and there is no filler.

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

Completeness5/5

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

For a 6-parameter create tool with no annotations and no output schema, the description covers the purpose, the human-facing nature of the write, the immediate behavioral consequence, and a clear return guarantee. Schema covers parameters, so nothing an agent needs to call it correctly is missing.

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 100%, so the baseline is 3. The description does not add much parameter-level semantics beyond the schema, though it does imply the item model and reinforces the main purpose of title. With all parameters already documented well in the schema, additional detail is unnecessary.

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 states a specific verb and resource: creates a new item (task/note) in the store. It clearly frames the tool as the agent-to-human write side of a two-way bus and names update_task as the alternative for modifying existing items, which distinguishes it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly tells the agent when to use this tool, to hand the human a note, action, or reminder, and explicitly tells it to use update_task instead when changing an existing item. This is direct routing guidance between competing write tools.

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/renezander030/agentic-task-system'

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