Skip to main content
Glama

create_task

Create structured tasks with Jira-like IDs, dependencies, priorities, estimates, and metadata to manage project workflows and track execution order.

Instructions

Creates a new task with YAML frontmatter metadata. Uses Jira-like IDs (e.g., AUTH-001, API-042) for stable references. Supports dependencies, priorities, estimates, due dates, and tags. Agents can determine execution order by checking dependencies and priorities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the task (e.g., "Implement OAuth authentication", "Fix login bug").
projectYesProject/Epic identifier used in the task ID (e.g., "AUTH", "API", "FRONTEND"). Will be uppercased. The task ID will be {PROJECT}-{NNN}.
descriptionNoDetailed description of the task. Can include markdown formatting.
ownerNoWho is responsible for this task (e.g., "cursor", "john-doe", "backend-team").
priorityNoPriority level: "P0" (critical/blocker), "P1" (high), "P2" (medium/default), "P3" (low).P2
statusNoCurrent status: "todo" (not started), "in_progress" (being worked on), "blocked" (waiting on something), "review" (needs review), "done" (completed).todo
depends_onNoArray of task IDs this task depends on (e.g., ["AUTH-001", "AUTH-002"]). Task cannot start until dependencies are done.
blocked_byNoArray of task IDs or external blockers (e.g., ["AUTH-003", "waiting-on-api-key"]). Different from depends_on - these are blockers that prevent progress.
estimateNoTime estimate (e.g., "2h", "1d", "3d", "1w"). Use h=hours, d=days, w=weeks.
dueNoDue date in YYYY-MM-DD format (e.g., "2025-01-15").
tagsNoArray of tags for categorization (e.g., ["security", "urgent", "tech-debt", "feature"]).
subtasksNoArray of subtask descriptions. Will be rendered as a checklist in the task.

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/pouyanafisi/project-mcp'

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