Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

decide_set_task_alert

Set task alerts within the Decide realm on the addTaskManager MCP Server to define precise notification times for assigned tasks, ensuring timely reminders for task management.

Instructions

Set task alerts in Decide realm.

Input Schema

NameRequiredDescriptionDefault
alertDateTimeYesAlert date and time in ISO format for localNotification
taskRecordNameYesTask record name

Input Schema (JSON Schema)

{ "properties": { "alertDateTime": { "description": "Alert date and time in ISO format for localNotification", "format": "date-time", "type": "string" }, "taskRecordName": { "description": "Task record name", "type": "string" } }, "required": [ "taskRecordName", "alertDateTime" ], "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