Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_archive_task_to_collection

Archive a task into a specified collection using the Assess-Decide-Do framework. Ideal for organizing and managing tasks efficiently within the addTaskManager MCP Server.

Instructions

Archive a task to a collection.

Input Schema

NameRequiredDescriptionDefault
collectionRecordNameYesRecord name of the collection
taskRecordNameYesRecord name of the task

Input Schema (JSON Schema)

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