Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_remove_task_from_project

Remove a specific task from a project within the Assess realm using task and project record names, ensuring proper task management in the addTaskManager MCP Server environment.

Instructions

Remove a task from a project in Assess realm.

Input Schema

NameRequiredDescriptionDefault
projectRecordNameYesRecord name of the project
taskRecordNameYesRecord name of the task

Input Schema (JSON Schema)

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