Vibe Coder MCP

by freshtechbro
Verified

process-request

Process natural language requests by identifying the best tool through semantic matching and fallbacks, then confirm or execute the tool directly to streamline task handling in software development.

Instructions

Processes natural language requests, determines the best tool using semantic matching and fallbacks, and either asks for confirmation or executes the tool directly.

Input Schema

NameRequiredDescriptionDefault
requestYesNatural language request to process and route to the appropriate tool

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "request": { "description": "Natural language request to process and route to the appropriate tool", "minLength": 3, "type": "string" } }, "required": [ "request" ], "type": "object" }
ID: yvtu46xhkx