Skip to main content
Glama
SamuelH98
by SamuelH98

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UNSTUCK_DIRNoWhere attempt history is stored<cwd>/.unstuck
UNSTUCK_THRESHOLDNoHow many failed attempts before blocking (3rd attempt = 1st time blocked)2

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
report_attemptA

Report that a fix attempt for an error/bug just failed. Returns whether this exact problem has been tried before and whether you're now required to use your web search tool before retrying. Call this immediately after any failed fix, before writing more code.

confirm_searchA

Call this after using your own web search tool to look up an error that report_attempt flagged as blocked. Clears the block and lets you resume fixing, now informed by current information instead of a repeated guess.

loop_statusA

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

reset_loopA

Clear tracked attempt history so a problem is no longer flagged as a repeat. Pass an error_signature to clear just that one, or clear_all=true to wipe everything for this project.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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