Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

decide_set_project_interval

Define project timelines by setting start and end dates in the Decide realm. Ensures structured project planning and aligns with the ADD framework's task management workflow.

Instructions

Set project interval (start date and end date) in Decide realm.

Input Schema

NameRequiredDescriptionDefault
endDateYesEnd date in ISO format
projectRecordNameYesRecord name of the project
startDateYesStart date in ISO format

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End date in ISO format", "format": "date-time", "type": "string" }, "projectRecordName": { "description": "Record name of the project", "type": "string" }, "startDate": { "description": "Start date in ISO format", "format": "date-time", "type": "string" } }, "required": [ "projectRecordName", "startDate", "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