Skip to main content
Glama
SamuelH98
by SamuelH98

loop_status

Show all tracked failed attempts sorted by repeat count to identify stuck fixes and prevent retrying the same unsuccessful solutions.

Instructions

View all currently tracked failed-attempt histories for this project, sorted by repeat count. Useful for checking what's been stuck.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 disclosure. It explicitly says 'View', indicating a non-destructive operation, and adds context about project scope and sorting order. It does not describe output format, but this is not critical for a simple status listing.

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 one efficient sentence with no filler. It front-loads the action and includes relevant details (project scope, sorting) without waste.

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 simple no-parameter, read-only tool, the description adequately covers what the tool does and when to use it. It lacks an explicit output description, but since there is no output schema, this is a minor gap.

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

Parameters4/5

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

This tool has zero parameters, so schema coverage is 100% and the description does not need to explain parameters. The baseline of 4 applies because there is nothing to document.

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 tool's function: viewing all currently tracked failed-attempt histories for the project, sorted by repeat count. This specific verb-resource combination distinguishes it from siblings like report_attempt and reset_loop.

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 gives a clear use context ('checking what's been stuck') and implies it is for read-only status inspection. However, it does not explicitly mention alternatives or when not to use this tool.

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/SamuelH98/unstuck-mcp'

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