Skip to main content
Glama

MCP Tasks

by flesler

tasks_summary

Retrieve task counts by status and identify currently active WIP tasks for efficient task management within the MCP Tasks server environment.

Instructions

Get per-status task counts and the WIP task(s). Redundant right after tasks_add/tasks_update

Input Schema

NameRequiredDescriptionDefault
source_idNoSource ID from task_setup() response - Defaults to most recent in the workspace if not provided - Try to always provide it! - If you don't have it, ask the user for a file path and call task_setup()

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "source_id": { "description": "Source ID from task_setup() response\n- Defaults to most recent in the workspace if not provided\n- Try to always provide it!\n- If you don't have it, ask the user for a file path and call task_setup()", "minLength": 1, "type": "string" } }, "type": "object" }
Install Server

Other Tools from MCP Tasks

Related Tools

    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/flesler/mcp-tasks'

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