Vibe Check MCP

by PV-Bhat
Verified

vibe_distill

Plan simplification tool that reduces complexity and extracts essential elements to prevent over-engineering

Input Schema

NameRequiredDescriptionDefault
planYesThe plan to distill
sessionIdNoOptional session ID for state management
userRequestYesOriginal user request

Input Schema (JSON Schema)

{ "properties": { "plan": { "description": "The plan to distill", "type": "string" }, "sessionId": { "description": "Optional session ID for state management", "type": "string" }, "userRequest": { "description": "Original user request", "type": "string" } }, "required": [ "plan", "userRequest" ], "type": "object" }

You must be authenticated.

Other Tools