Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_edit_task

Modify task details, including name and priority, within the Assess realm using the addTaskManager MCP Server. Streamline task management within the ADD framework by ensuring accurate updates to task records.

Instructions

Edit task content in Assess realm (taskName, priority).

Input Schema

NameRequiredDescriptionDefault
taskNameNoUpdated task name/description
taskPriorityNoUpdated task priority (1-5)
taskRecordNameYesRecord name of the task to edit

Input Schema (JSON Schema)

{ "properties": { "taskName": { "description": "Updated task name/description", "type": "string" }, "taskPriority": { "description": "Updated task priority (1-5)", "maximum": 5, "minimum": 1, "type": "integer" }, "taskRecordName": { "description": "Record name of the task to edit", "type": "string" } }, "required": [ "taskRecordName" ], "type": "object" }

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/dragosroua/addtaskmanager-mcp-server'

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