Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
4

get_completed_tasks

Retrieve a permanent archive of all completed tasks in chronological or logical order. Maintains a history of accomplishments even after tasks are removed from the workspace, enabling progress review and task tracking.

Instructions

View chronological history of ALL completed tasks. This is a permanent archive separate from the visible structure. Tasks remain here even after being removed from the workspace. Useful for reviewing what you've accomplished over time.

Input Schema

NameRequiredDescriptionDefault
orderNoOrder of completed taskschronological

Input Schema (JSON Schema)

{ "properties": { "order": { "default": "chronological", "description": "Order of completed tasks", "enum": [ "chronological", "logical" ], "type": "string" } }, "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