Skip to main content
Glama

reset_project_brain

Wipe all Project Brain configuration, tasks, and context metadata from the selected project, leaving git and source code untouched.

Instructions

Wipe all Project Brain configuration, tasks, and context metadata inside the selected project. Leaves git and source code untouched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject root directory..

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden and does a good job by disclosing exactly what is wiped (configuration, tasks, context metadata) and what remains intact (git, source code). This is key safety information for a destructive tool. It stops short of stating irreversibility or any confirmation steps, which would elevate it further.

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 two sentences with no waste. The first sentence front-loads the action and targets; the second sentence reassures about exclusions. Every word contributes to understanding.

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

Completeness4/5

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

For a destructive reset tool with a single optional parameter and an output schema, the description provides the essential context: what is destroyed and what is protected. It does not explain return values, but the existence of an output schema mitigates that. It could mention irreversibility, but the scope of behavior is otherwise well covered.

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% for the single 'path' parameter, which is fully described as 'Project root directory.' The tool description's 'selected project' adds no new meaning beyond the schema, so the baseline of 3 applies.

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

Purpose5/5

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

The description uses the specific verb 'wipe' and clearly identifies the resource ('Project Brain configuration, tasks, and context metadata') within a scope ('inside the selected project'). It also distinguishes itself from destructive tools by explicitly noting git and source code are untouched, making it unique among siblings.

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 for resetting a project's brain but does not provide explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like archive_project_brain or reset_context, which are nearby siblings. The safety clarification about git/source code provides some context but not full decision support.

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/pranjal2410719/dev-mcp'

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