tasks-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GH_TOKEN | No | GitHub token, alias for GITHUB_TOKEN. Alternative to GITHUB_TOKEN or a logged-in gh CLI. Required only if gh CLI is not authenticated. | |
| GITHUB_TOKEN | No | GitHub personal access token. Alternative to GH_TOKEN or a logged-in gh CLI. Required only if gh CLI is not authenticated. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_readyA | The tasks ready to build right now: open, settled, every dependency done — RANKED, best first, by (blocks + 1) x the task's priority x the standing of the ROADMAP TARGET it serves, so reach and urgency combine at both altitudes rather than one overriding the rest. A task whose target still waits on an unshipped target sorts below every task whose roadmap row is clear. Each row carries the
|
| roadmapA | Where every roadmap target stands: its tasks counted by status, the ones ready to dispatch, the targets it still WAITS ON, and the targets that wait on IT — in dependency order. Nothing here is hand-maintained: progress is DERIVED from the tasks pointing at each target, so it cannot go stale. Read this before choosing work — list_ready ranks tasks, this says which target they serve and which rows gate which releases. |
| list_planningA | The tasks the planning stage owns: never specced, or sent back by a build (replan). Resubmitted records come FIRST — a replan is a build already stalled, waiting on a spec. |
| scheduleA | The open plan as dependency-ordered layers. Errors on a dependency cycle. Pass |
| list_tasksA | Every task, full records — the whole graph, open and done. For the scannable working subsets use list_ready / list_planning; for one task use get_task. |
| list_projectsA | Every project this server's cache directory holds, each with its task counts by status and when the cache last changed. The ONE tool that takes no |
| get_taskA | One task's full record, or null if no task carries that id. |
| add_taskA | Create a task. deps/scope accept an array or a comma string. Fails if the id exists. |
| add_targetA | Create a roadmap TARGET — the row a set of tasks serves, and the altitude that decides which work matters. A target is never offered by list_ready and is NEVER BUILT: it groups work, and its progress is derived from the tasks that name it (add_task/edit_task A target is a NAME and a PARAGRAPH, both required: title, and a brief that is the WHY — what makes this worth building, and now — never an implementation spec. If you cannot write the why, it is not a target yet; file it as a task, or leave it unfiled. It cannot carry build fields (scope, contract, tier, qa, stage, discovered_from): nothing ever builds a target, so those describe work that does not exist. It cannot serve another target either — the roadmap is one altitude. |
| amend_taskA | Widen an open task's scope and/or set its brief. Refuses a done task (it orphans work). It only ever ADDS scope — to narrow one, remove a field, or set a label, use edit_task. |
| edit_taskA | Edit any field of a task — title, brief, contract, deps, scope, tier, qa, priority, spec, stage, kind, tags, target, type. Only the fields passed change; the id is fixed. Rewrites the issue body and labels. Unlike amend_task, it can narrow scope and edit a done task. To REMOVE a field rather than change it, name it in |
| start_taskA | Mark a task in progress — the FIRST thing a worker does when it picks one up. The task leaves list_ready, so nothing dispatches it twice, and its board card moves to In Progress. It clears itself: closing the task or sending it back to spec:replan releases it. |
| close_taskA | Mark a task done (closes its issue). |
| delete_taskA | PERMANENTLY delete a task and its GitHub issue (deleteIssue) from every layer, deepest-first. Needs the token's delete-issue permission (repo admin/triage); a normal token cannot. Irreversible — to just mark a task done, use close_task instead. |
| get_trailA | A task's trail: its GitHub issue comment thread, every comment an entry (people's comments included), oldest first. Empty when the task has no issue yet. |
| append_trailA | Append one entry to a task's trail by posting a comment on its GitHub issue, so a later session can backtrack it. Requires the task to have an issue (sync it first). |
| syncA | Reconcile the repo with GitHub: pull every issue into the local cache, push seed tasks. |
| prereqsA | Answers: to start working on this task, what has to be done first? Returns its open prerequisites as dependency-ordered layers (work layer 1 first). startable=true means nothing is in the way. |
| blockersA | Answers: what is the biggest blocker right now? Open tasks ranked by how much of the plan transitively waits on them — the first entry is the single biggest bottleneck. Each entry says what it blocks (with the high-priority subset called out) and what has to happen to get to it (unblockedBy, dependency-ordered). |
| get_configB | The configuration for a project, layer by layer: CLI flags, the global spec (applies to every repo), this repo's override, and the effective result. |
| set_configA | Configure preferences centrally — they propagate to every provider layer. scope=global writes the spec that applies to all repos; scope=repo overrides it for this repo only. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/outputty/tasks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server