Vibe Check MCP

by PV-Bhat
Verified

vibe_check

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

Input Schema

NameRequiredDescriptionDefault
availableToolsNoList of available MCP tools
confidenceNoAgent's confidence level (0-1)
focusAreasNoOptional specific focus areas
phaseNoCurrent project phase for context-appropriate feedback
planYesCurrent plan or thinking
previousAdviceNoPrevious feedback to avoid repetition and ensure progression
sessionIdNoOptional session ID for state management
thinkingLogNoRaw sequential thinking transcript
userRequestYesOriginal user request - critical for alignment checking

Input Schema (JSON Schema)

{ "properties": { "availableTools": { "description": "List of available MCP tools", "items": { "type": "string" }, "type": "array" }, "confidence": { "description": "Agent's confidence level (0-1)", "maximum": 1, "minimum": 0, "type": "number" }, "focusAreas": { "description": "Optional specific focus areas", "items": { "type": "string" }, "type": "array" }, "phase": { "description": "Current project phase for context-appropriate feedback", "enum": [ "planning", "implementation", "review" ], "type": "string" }, "plan": { "description": "Current plan or thinking", "type": "string" }, "previousAdvice": { "description": "Previous feedback to avoid repetition and ensure progression", "type": "string" }, "sessionId": { "description": "Optional session ID for state management", "type": "string" }, "thinkingLog": { "description": "Raw sequential thinking transcript", "type": "string" }, "userRequest": { "description": "Original user request - critical for alignment checking", "type": "string" } }, "required": [ "plan", "userRequest" ], "type": "object" }

You must be authenticated.

Other Tools