Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_create_project

Create a new project in the Assess realm by specifying a project name, optional start date, and parent collection record. Designed for the addTaskManager MCP Server to manage 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