Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
3

extend_current_task

Enhance task management by adding subtasks to organize and decompose complex work. Break down tasks into manageable pieces, creating a hierarchical structure for efficient problem-solving.

Instructions

Add a subtask to organize and decompose work. Creates hierarchical structure for complex tasks. Subtasks help break down work into manageable pieces. You can work on tasks in any order using switch_focus. Example: Task A → Task B → Task C creates a nested structure, but you can jump between them freely. For unrelated work, use create_new_task.

Input Schema

NameRequiredDescriptionDefault
bodyYesFull task context, notes, and details
titleYesBrief task description (max 256 chars)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Full task context, notes, and details", "type": "string" }, "title": { "description": "Brief task description (max 256 chars)", "type": "string" } }, "required": [ "title", "body" ], "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