Skip to main content
Glama

Aidderall MCP Server

by cheezcake
GPL 3.0
3

get_completed_tasks

Access a permanent archive of all completed tasks in chronological order. Track and review accomplishments, even after tasks are removed from the workspace, using this MCP server tool.

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