Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_create_project

Create and initialize a new project within the Assess realm, specifying project details like name, start date, and parent collection record. Part of the addTaskManager MCP Server for managing tasks and projects using the ADD framework.

Instructions

Create a new project in Assess realm.

Input Schema

NameRequiredDescriptionDefault
collectionRecordNameNoOptional recordName of the parent collection.
projectNameYesProject name/description (max 1500 chars)
startDateNoOptional start date (ISO format)

Input Schema (JSON Schema)

{ "properties": { "collectionRecordName": { "description": "Optional recordName of the parent collection.", "type": "string" }, "projectName": { "description": "Project name/description (max 1500 chars)", "type": "string" }, "startDate": { "description": "Optional start date (ISO format)", "format": "date-time", "type": "string" } }, "required": [ "projectName" ], "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