Skip to main content
Glama

Vibe Check MCP

vibe_distill

Simplify complex plans by extracting essential elements, ensuring clarity and preventing over-engineering in decision-making processes.

Instructions

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 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