Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

moveToRealm

Transfer tasks or projects to specified realms within the ADD framework—Assess, Decide, or Do—to align with workflow stages using addTaskManager MCP Server.

Instructions

Move a task or project to a specific realm.

Input Schema

NameRequiredDescriptionDefault
itemRecordNameYesRecord name of the task or project to move
itemTypeYesType of item to move
realmIdYesTarget realm (assess=1, decide=2, do=3)

Input Schema (JSON Schema)

{ "properties": { "itemRecordName": { "description": "Record name of the task or project to move", "type": "string" }, "itemType": { "description": "Type of item to move", "enum": [ "Task", "Project" ], "type": "string" }, "realmId": { "description": "Target realm (assess=1, decide=2, do=3)", "enum": [ "assess", "decide", "do" ], "type": "string" } }, "required": [ "itemRecordName", "itemType", "realmId" ], "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