Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
3

remove_task

Delete a task from the task structure to declutter your workspace. Removes parent tasks and their subtasks, retains completed tasks in history, and requires the task ID for operation.

Instructions

Remove a task from the structure (cleanup your workspace). The task remains in completed_tasks history if it was completed. Can remove any task (completed or not). Removing a parent task removes all its subtasks. Use get_big_picture or get_stack_overview to see task IDs.

Input Schema

NameRequiredDescriptionDefault
task_idYesThe ID of the task to remove from the structure

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The ID of the task to remove from the structure", "type": "string" } }, "required": [ "task_id" ], "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/cheezcake/aidderall_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server