Skip to main content
Glama

Interactive MCP

MIT License
92
291
  • Apple
  • Linux

start_intensive_chat

Initiate a persistent chat session to collect a sequence of user inputs efficiently. Maintains context for multi-step processes, brainstorming, or project setups, returning a session ID for follow-up questions.

Instructions

Input Schema

NameRequiredDescriptionDefault
sessionTitleYesTitle for the intensive chat session

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "sessionTitle": { "description": "Title for the intensive chat session", "type": "string" } }, "required": [ "sessionTitle" ], "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