Skip to main content
Glama

Interactive MCP

MIT License
92
291
  • Apple
  • Linux

ask_intensive_chat

Ask follow-up questions in an active intensive chat session to gather sequential information. Supports predefined options for quick responses and maintains chat history for streamlined interactions.

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/ttommyth/interactive-mcp'

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