Skip to main content
Glama

import_tasks

Parse plan documents to import tasks into a project backlog for organized task management and future promotion to active work.

Instructions

Parses a plan document and imports tasks to BACKLOG.md (not individual files). Use this to populate the backlog from a roadmap or requirements doc. Tasks stay in BACKLOG until promoted to active work via promote_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesPath to the source file to parse (e.g., "ROADMAP.md", ".project/ROADMAP.md"). Can also be raw markdown content if source_type is "content".
source_typeNoType of source: "file" (path to file) or "content" (raw markdown). Default: "file".file
projectYesProject prefix for task IDs (e.g., "AUTH", "API"). Required.
phaseNoOptional: Only import tasks from a specific phase/section.
default_priorityNoDefault priority for tasks. Default: "P2".P2
dry_runNoIf true, shows what would be imported without modifying BACKLOG.md. Default: false.

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