Skip to main content
Glama

MCP Project Context Server

MIT License

update_task

Modify task details such as status, title, description, or priority within the MCP Project Context Server to maintain accurate project tracking and context across sessions.

Instructions

Update task status or details

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew task description
priorityNoNew task priority
projectIdYesProject ID
statusNoNew task status
taskIdYesTask ID
titleNoNew task title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New task description", "type": "string" }, "priority": { "description": "New task priority", "enum": [ "low", "medium", "high", "critical" ], "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "status": { "description": "New task status", "enum": [ "todo", "in-progress", "blocked", "completed" ], "type": "string" }, "taskId": { "description": "Task ID", "type": "string" }, "title": { "description": "New task title", "type": "string" } }, "required": [ "projectId", "taskId" ], "type": "object" }
Install Server

Other Tools from MCP Project Context Server

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/aaronfeingold/mcp-project-context'

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