Skip to main content
Glama

aidex_describe

Documents project details by adding or updating sections in summary.md for purpose, architecture, concepts, patterns, or notes.

Instructions

Add or update a section in the project summary (summary.md). Use to document project purpose, architecture, key concepts, or patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to project with .aidex directory
sectionYesSection to update
contentYesContent to add to the section
replaceNoReplace existing section content (default: append)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the tool can 'add or update' and specifies the default append behavior via the replace parameter, which is useful. However, it doesn't cover critical aspects like whether this requires specific file permissions, how it handles errors, if changes are reversible, or what the response looks like (no output schema). For a mutation tool with zero annotation coverage, this leaves significant gaps.

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

Conciseness5/5

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

The description is efficiently structured in two sentences: the first states the core action and target, and the second provides usage context with specific examples. Every word earns its place, with no redundancy or fluff, making it easy to parse quickly.

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 the tool's moderate complexity (4 parameters, mutation operation) and lack of annotations or output schema, the description is partially complete. It covers the basic purpose and parameters via the schema, but fails to address behavioral aspects like error handling, permissions, or response format. For a tool that modifies files, more context on safety and outcomes would be beneficial.

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 four parameters thoroughly. The description adds minimal value by listing some section examples ('purpose, architecture, key concepts, or patterns') that align with the enum, but doesn't provide additional syntax, format details, or usage context beyond what the schema specifies. 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 action ('Add or update a section') and the target resource ('project summary (summary.md)'), specifying it's for documentation purposes. It distinguishes from siblings like aidex_note or aidex_task by focusing on structured project documentation rather than general notes or task management. However, it doesn't explicitly contrast with all siblings like aidex_update or aidex_summary.

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 provides implied usage context by listing specific section types ('purpose, architecture, key concepts, or patterns'), suggesting when to use this tool for project documentation. However, it lacks explicit guidance on when to choose this over alternatives like aidex_note for general notes or aidex_update for other updates, and doesn't mention prerequisites or exclusions.

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