Skip to main content
Glama

interactive-mcp

MIT License
92
1
  • Apple
  • Linux

ask_intensive_chat

Continue an active chat session by asking follow-up questions within a multi-step process. Supports predefined options for quick selection and maintains chat history for seamless information gathering.

Instructions

Input Schema

NameRequiredDescriptionDefault
predefinedOptionsNoPredefined options for the user to choose from (optional)
questionYesQuestion to ask the user
sessionIdYesID of the intensive chat session

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "predefinedOptions": { "description": "Predefined options for the user to choose from (optional)", "items": { "type": "string" }, "type": "array" }, "question": { "description": "Question to ask the user", "type": "string" }, "sessionId": { "description": "ID of the intensive chat session", "type": "string" } }, "required": [ "sessionId", "question" ], "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