Skip to main content
Glama

aidex_tasks

List and filter project tasks by status, priority, or tags to manage work in the AiDex server backlog. Get overview of active, completed, and pending tasks.

Instructions

List and filter tasks in the project backlog. Returns tasks grouped by status (active, backlog, done, cancelled) and sorted by priority. Use to get an overview of all open and completed work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to project with .aidex directory
statusNoFilter by status (default: show all)
priorityNoFilter by priority
tagNoFilter by tag (matches any task containing this tag)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: it returns tasks grouped by status and sorted by priority, which adds value beyond the input schema. However, it misses details like pagination, rate limits, authentication needs, or error handling, which are important for a tool with filtering capabilities.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by additional context. Both sentences earn their place by clarifying output grouping and usage intent. It's efficient but could be slightly more structured, such as separating filtering details from output format.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description partially compensates by explaining the return format (grouped by status, sorted by priority). However, for a tool with 4 parameters and filtering capabilities, it lacks details on response structure, error cases, or example usage, making it adequate but incomplete for optimal agent understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds minimal semantic context by mentioning filtering but doesn't elaborate on parameter interactions or default behaviors beyond what's in the schema. This meets the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'list and filter' with the resource 'tasks in the project backlog', providing a specific purpose. However, it doesn't explicitly differentiate from sibling tools like 'aidex_task' (singular) or 'aidex_query', which might have overlapping functionality, preventing a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context with 'Use to get an overview of all open and completed work', suggesting it's for broad task visibility. However, it lacks explicit guidance on when to choose this tool over alternatives like 'aidex_query' or 'aidex_task', and doesn't specify exclusions or prerequisites, leaving room for ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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