Skip to main content
Glama

interactive-mcp

MIT License
92
1
  • Apple
  • Linux

request_user_input

Prompt users for input to clarify requirements, validate assumptions, or confirm actions before proceeding. Ensures accuracy and avoids errors by resolving uncertainties through direct user interaction.

Instructions

Input Schema

NameRequiredDescriptionDefault
messageYesThe specific question for the user (appears in the prompt)
predefinedOptionsNoPredefined options for the user to choose from (optional)
projectNameYesIdentifies the context/project making the request (used in prompt formatting)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The specific question for the user (appears in the prompt)", "type": "string" }, "predefinedOptions": { "description": "Predefined options for the user to choose from (optional)", "items": { "type": "string" }, "type": "array" }, "projectName": { "description": "Identifies the context/project making the request (used in prompt formatting)", "type": "string" } }, "required": [ "projectName", "message" ], "type": "object" }

Other Tools from interactive-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/mikeysrecipes/interactive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server