Skip to main content
Glama

addTaskManager MCP Server

by dragosroua

assess_edit_idea

Modify idea details in the Assess realm of the addTaskManager MCP Server, enabling users to update idea names and manage content within the ADD framework for task management.

Instructions

Edit idea content in Assess realm.

Input Schema

NameRequiredDescriptionDefault
ideaNameNoUpdated idea name
ideaRecordNameYesRecord name of the idea to edit

Input Schema (JSON Schema)

{ "properties": { "ideaName": { "description": "Updated idea name", "type": "string" }, "ideaRecordName": { "description": "Record name of the idea to edit", "type": "string" } }, "required": [ "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