Skip to main content
Glama

spike_mark_dead_end

Mark exploration branches as dead ends to document why they were abandoned, preserving insights while excluding them from synthesis.

Instructions

Mark a branch as a dead end and document why.

Dead-end branches are excluded from synthesis but their documentation is preserved for future reference.

Args: name: Spike name branch_name: Branch to mark as dead end reason: Why this branch was abandoned salvageable: Any insights salvageable from this branch

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
branch_nameYes
reasonYes
salvageableNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 successfully explains the side effects (exclusion from synthesis, preservation of documentation) and implicitly indicates this is a state-mutation operation. It lacks explicit mention of reversibility or permission requirements.

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 follows an efficient three-part structure: purpose statement upfront, behavioral context in the middle, and parameter documentation at the end. No filler text; every sentence earns its place by providing non-structured context.

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?

Given the presence of an output schema and the description's thorough coverage of parameters (compensating for 0% schema coverage) and behavioral effects, the documentation is complete for this tool's complexity. Minor enhancement would be mentioning relationship to spike_rollback or spike_archive.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args section fully compensates by documenting all 4 parameters with domain-specific semantics: 'Spike name' provides context for the name parameter, 'Branch to mark as dead end' clarifies intent, and 'Any insights salvageable' explains the optional salvageable field.

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 clearly states the specific action ('Mark a branch as a dead end') and scope. It distinguishes from siblings like spike_complete_branch or spike_synthesize by explaining that dead-end branches are 'excluded from synthesis,' establishing clear functional boundaries.

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

Usage Guidelines4/5

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

The description provides clear contextual guidance through the consequence clause ('excluded from synthesis but their documentation is preserved'), which informs the agent when to invoke this tool versus completion alternatives. However, it does not explicitly name sibling alternatives (e.g., 'use spike_complete_branch for successful branches').

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/jpalmerr/Hedgehog'

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