Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_create_task

Create and organize content-focused tasks in the Assess realm using the addTaskManager MCP Server, enabling task prioritization and optional project/collection linking without context or date constraints.

Instructions

Create a new task in Assess realm (content editing, no contexts/dates).

Input Schema

NameRequiredDescriptionDefault
collectionRecordNameNoOptional recordName of the parent collection.
projectRecordNameNoOptional recordName of the parent project.
startDateNoOptional start date (ISO format)
taskNameYesTask name/description (max 1000 chars)
taskPriorityNoOptional task priority (1-5, default 3)

Input Schema (JSON Schema)

{ "properties": { "collectionRecordName": { "description": "Optional recordName of the parent collection.", "type": "string" }, "projectRecordName": { "description": "Optional recordName of the parent project.", "type": "string" }, "startDate": { "description": "Optional start date (ISO format)", "format": "date-time", "type": "string" }, "taskName": { "description": "Task name/description (max 1000 chars)", "type": "string" }, "taskPriority": { "description": "Optional task priority (1-5, default 3)", "maximum": 5, "minimum": 1, "type": "integer" } }, "required": [ "taskName" ], "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