Skip to main content
Glama

Vibe Check MCP

vibe_learn

Analyze and categorize common errors to provide targeted solutions, preventing recurring issues and improving decision-making processes.

Instructions

Pattern recognition system that tracks common errors and solutions to prevent recurring issues

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory of mistake (standard categories: Complex Solution Bias, Feature Creep, Premature Implementation, Misalignment, Overtooling, Other)
mistakeYesOne-sentence description of the mistake
sessionIdNoOptional session ID for state management
solutionYesHow it was corrected (one sentence)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of mistake (standard categories: Complex Solution Bias, Feature Creep, Premature Implementation, Misalignment, Overtooling, Other)", "enum": [ "Complex Solution Bias", "Feature Creep", "Premature Implementation", "Misalignment", "Overtooling", "Other" ], "type": "string" }, "mistake": { "description": "One-sentence description of the mistake", "type": "string" }, "sessionId": { "description": "Optional session ID for state management", "type": "string" }, "solution": { "description": "How it was corrected (one sentence)", "type": "string" } }, "required": [ "mistake", "category", "solution" ], "type": "object" }

You must be authenticated.

Other Tools from Vibe Check MCP

Related Tools

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/PV-Bhat/vibe-check-mcp-server'

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