Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_add_task_to_idea

Link an existing task to an idea within the Assess realm of the addTaskManager MCP Server, enabling structured task-idea alignment for project management.

Instructions

Add an existing task to an idea in Assess realm.

Input Schema

NameRequiredDescriptionDefault
ideaRecordNameYesRecord name of the idea
taskRecordNameYesRecord name of the task

Input Schema (JSON Schema)

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