Skip to main content
Glama

create_task

Create a new task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleYesTask title
parentIdNoID of parent task (for subtasks)
priorityNoPriority (higher = more important, default: 0)
blockedByNoDescription of what blocks this task
projectIdYesProject ID
descriptionNoDetailed description

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'Create a new task.' It does not mention required fields, validation behavior, default priority, subtask semantics, or side effects. For a mutation tool this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded with the action. However, it is under-specified for a 7-parameter mutation tool, so brevity trades away valuable guidance. It is not bloated, but it is too thin to be considered well-structured for the tool's complexity.

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 no annotations and no output schema, the description leaves the agent without key context about required parameters, expected response, and prerequisites. The schema covers parameter meaning, but behavioral and invocation context are missing. A write tool with this complexity needs more than a single clause.

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 86%, so most parameters are already documented in the schema. The description adds no extra meaning beyond 'new task,' which is acceptable given the high schema coverage. However, it misses useful details like the required projectId+title combination and default priority.

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 states a specific action (create) and resource (task), making the core purpose clear. It is not a tautology and is reasonably distinguishable from sibling tools like update_task. However, it could more explicitly differentiate itself from create_entry or create_project.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus update_task or other creation tools. Prerequisites such as an existing projectId are absent, leaving the agent to infer invocation context from the schema alone. The description does not state any exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources