Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

decide_assign_context

Assign specified contexts to tasks or projects within the Decide realm, ensuring proper organization and alignment with the ADD (Assess-Decide-Do) framework for efficient task management.

Instructions

Assign contexts to tasks/projects in Decide realm.

Input Schema

NameRequiredDescriptionDefault
contextRecordNameYesRecord name of the context to assign
itemRecordNameYesRecord name of the task or project
itemTypeYesType of item (Task or Project)

Input Schema (JSON Schema)

{ "properties": { "contextRecordName": { "description": "Record name of the context to assign", "type": "string" }, "itemRecordName": { "description": "Record name of the task or project", "type": "string" }, "itemType": { "description": "Type of item (Task or Project)", "enum": [ "Task", "Project" ], "type": "string" } }, "required": [ "itemRecordName", "itemType", "contextRecordName" ], "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