Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_add_task_to_project

Link an existing task to a specific project within the Assess realm using record names, enabling organized task management in the addTaskManager MCP Server.

Instructions

Add an existing task to a project in Assess realm.

Input Schema

NameRequiredDescriptionDefault
projectRecordNameYesRecord name of the project
taskRecordNameYesRecord name of the task

Input Schema (JSON Schema)

{ "properties": { "projectRecordName": { "description": "Record name of the project", "type": "string" }, "taskRecordName": { "description": "Record name of the task", "type": "string" } }, "required": [ "taskRecordName", "projectRecordName" ], "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