Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
4

create_new_task

Create independent tasks for unrelated work or context switches in your workspace. Use to manage parallel workstreams, new topics, or research without affecting current task status. Ideal for organizing complex workflows.

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