Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

decide_set_task_due_date

Assign a due date to a task in the Decide realm using the task record name and ISO-formatted date. Enables task management within the ADD framework for structured productivity.

Instructions

Set due date for a task in Decide realm.

Input Schema

NameRequiredDescriptionDefault
endDateYesDue date in ISO format
taskRecordNameYesRecord name of the task

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "Due date in ISO format", "format": "date-time", "type": "string" }, "taskRecordName": { "description": "Record name of the task", "type": "string" } }, "required": [ "taskRecordName", "endDate" ], "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