Skip to main content
Glama

aidex_task

Manage project backlog tasks with create, read, update, delete, and log actions. Tasks persist in the AiDex database for documentation and tracking.

Instructions

Manage a single task in the project backlog. Actions: create (new task), read (get task + log), update (change fields), delete, log (add history note). Tasks persist in the AiDex database. Completed tasks are preserved as documentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to project with .aidex directory
actionYesAction to perform on the task
idNoTask ID (required for read/update/delete/log)
titleNoTask title (required for create)
descriptionNoTask description (optional details)
priorityNoPriority: 1=high, 2=medium (default), 3=low
statusNoTask status (default: backlog)
tagsNoComma-separated tags (e.g., "bug, viewer, parser")
sourceNoWhere the task came from (freetext, e.g., "code review of parser.ts:142")
sort_orderNoSort order within same priority (lower = first, default: 0)
noteNoLog note text (required for log action)

Latest Blog Posts

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/CSCSoftware/AiDex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server