Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_remove_task_from_idea

Remove a task from an idea in the Assess realm using specified task and idea record names, ensuring proper task management within the ADD framework.

Instructions

Remove a task from 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