Skip to main content
Glama

promote_task

Move tasks from backlog to active workflow by creating structured YAML files with dependencies, metadata, and ownership details for project management.

Instructions

Promotes a task from BACKLOG.md to an active YAML task file in todos/. Use this when starting work on a backlog item. Creates a full task file with YAML frontmatter, dependencies, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe task ID to promote from backlog (e.g., "AUTH-001").
ownerNoWho will work on this task. Default: "unassigned".unassigned
priorityNoPriority override. If not set, uses priority from backlog.
depends_onNoTask IDs this depends on (e.g., ["AUTH-002"]). Only active tasks can be dependencies.
estimateNoTime estimate (e.g., "2h", "1d", "3d").
dueNoDue date in YYYY-MM-DD format.

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