Skip to main content
Glama

Vibe Check MCP

vibe_check

Analyze assumptions, identify uncertainties, and interrupt overcomplicated reasoning paths to improve decision-making and prevent cascading errors in AI systems.

Instructions

Metacognitive questioning tool that identifies assumptions and breaks tunnel vision to prevent cascading errors

Input Schema

NameRequiredDescriptionDefault
goalYesThe agent's current goal
modelOverrideNo
planYesThe agent's detailed plan
progressNoThe agent's progress so far
sessionIdNoOptional session ID for state management
taskContextNoThe context of the current task
uncertaintiesNoThe agent's uncertainties
userPromptNoThe original user prompt

Input Schema (JSON Schema)

{ "properties": { "goal": { "description": "The agent's current goal", "type": "string" }, "modelOverride": { "properties": { "model": { "type": "string" }, "provider": { "enum": [ "gemini", "openai", "openrouter" ], "type": "string" } }, "required": [], "type": "object" }, "plan": { "description": "The agent's detailed plan", "type": "string" }, "progress": { "description": "The agent's progress so far", "type": "string" }, "sessionId": { "description": "Optional session ID for state management", "type": "string" }, "taskContext": { "description": "The context of the current task", "type": "string" }, "uncertainties": { "description": "The agent's uncertainties", "items": { "type": "string" }, "type": "array" }, "userPrompt": { "description": "The original user prompt", "type": "string" } }, "required": [ "goal", "plan" ], "type": "object" }

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