Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TASKFLOW_TRANSPORTNoTransport mode: 'stdio' for local or 'http' for Streamable HTTPstdio

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_taskB

Create a new task. Returns the created task including its id.

list_tasksA

List all tasks, optionally filtered by status (todo, in_progress, or done).

get_taskB

Fetch a single task by its numeric id.

update_task_statusA

Move a task to a new status: todo, in_progress, or done.

delete_taskC

Permanently delete a task by id.

Prompts

Interactive templates invoked by user choice

NameDescription
daily_standupGenerate a standup summary from the current task board.
prioritize_my_daySuggest an ordered plan for today's tasks.

Resources

Contextual data attached and managed by the client

NameDescription
all_tasksThe full task list as JSON.
task_statsTask counts by status — a lightweight dashboard.

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/AdarshVijay101/taskflow-mcp'

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