Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
3

create_new_task

Start a new, independent task for unrelated or parallel workstreams using a hierarchical task management system. Ideal for context switches or handling new topics without disrupting ongoing tasks.

Instructions

Create an INDEPENDENT task for unrelated work. Use for: new topics, context switches, or parallel workstreams. Adds a new top-level task to your workspace. Previous task keeps its status. Example: working on Feature A, need to research Topic B → create_new_task for Topic B. For breaking down current work, use extend_current_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