Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
3

switch_focus

Switch focus to any task by ID within your workspace, enabling dynamic prioritization and navigation. Retain current task status while activating the target task as the new focus point.

Instructions

Switch focus to ANY task by ID. The primary way to navigate your task workspace - jump between tasks in any order, revisit completed work, or change priorities on the fly. Current task retains its status, target task becomes current. Use get_big_picture or get_stack_overview to see task IDs.

Input Schema

NameRequiredDescriptionDefault
task_idYesThe ID of the task to switch focus to

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The ID of the task to switch focus to", "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