Skip to main content
Glama

task_create

Add a new task to an epic with configurable status, priority, due date, assignee, and dependencies. Helps organize work into trackable units within a project hierarchy.

Instructions

Create a task within an epic. Tasks are the primary unit of work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleYesTask title
statusNotodo
epic_idYesParent epic ID
due_dateNoDue date (YYYY-MM-DD)
priorityNomedium
depends_onNoTask IDs this task depends on
source_refNoLink to source code location
assigned_toNoAssignee name
descriptionNoTask description
estimated_hoursNoEstimated hours

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed3 schema fields changedv1.10.0
    • removedInput schema / properties / source_ref / properties / file / description
      Removed value: -"File path"
    • removedInput schema / properties / source_ref / properties / line_end / description
      Removed value: -"End line number"
    • removedInput schema / properties / source_ref / properties / line_start / description
      Removed value: -"Start line number"
  2. First observedv1.5.3

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate this is a mutating, non-idempotent operation, and the description confirms the core behavior by stating it creates a task. It adds the parent-scope detail ('within an epic') but does not explain side effects, response behavior, or failure when an epic_id is invalid. There is no contradiction with the annotations.

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 short sentences with the core action front-loaded before context. Every phrase earns its place, and there is no redundant restatement of the parameter schema or annotations.

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 11 parameters, a nested source_ref object, and no output schema, the description is too sparse. It does not state what a successful creation returns, how to handle an invalid or missing epic_id, or which optional fields are commonly relevant when creating a task. The schema covers parameter details, but important behavioral and return context 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 73%, so most parameters are already documented in the schema. The description adds only the 'within an epic' context, which maps to epic_id but does not enrich the meaning of the other 10 parameters beyond their existing schema descriptions.

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 starts with a specific verb and resource: 'Create a task within an epic.' This clearly separates it from task_update, task_batch_update, and subtask_create. The extra sentence 'Tasks are the primary unit of work' reinforces the tool's role and scope.

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 gives useful context that tasks belong to an epic, and 'primary unit of work' hints at top-level task creation. However, it never explicitly says when to use this instead of subtask_create, task_update, or other related tools. There are no clear exclusions or alternatives, so usage guidance is only implied.

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

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/spranab/saga-mcp'

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