Skip to main content
Glama

list_thoughts

Browse all project thoughts stored in the .project/thoughts directory. Filter by category, such as todos, or include archived thoughts to manage your brain dump files.

Instructions

Lists all thought files in the .project/thoughts/ directory structure. Shows available brain dump files organized by category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional: Filter by thought category. Currently supported: "todos".
include_archivedNoInclude archived thoughts in the listing. Default: false.
Behavior3/5

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

The description implies a read-only operation, but does not detail behavior like sorting, empty results, or error handling. With no annotations, it carries the burden but provides only minimal transparency.

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?

Two sentences, no fluff. Efficient for a simple tool, though slightly more structure could improve readability.

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?

The description covers the basic purpose and directory, but lacks mention of return format or behavior for edge cases. No output schema increases the need for description completeness.

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 coverage is 100%, so baseline is 3. The description mentions 'organized by category' which hints at the category parameter, but adds no extra meaning beyond the schema descriptions.

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 it lists thought files in a directory, organized by category. It distinguishes from siblings like list_archived_thoughts by not mentioning archived, but does not explicitly exclude them.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like list_archived_thoughts or get_thought. Context about filtering or common use cases is absent.

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/pouyanafisi/project-mcp'

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