Skip to main content
Glama

interactive-mcp

MIT License
92
1
  • Apple
  • Linux

stop_intensive_chat

End and clean up an active intensive chat session on MCP server 'interactive-mcp'. Call this tool to close the console window, free system resources, and mark the session as complete once all necessary information has been gathered via 'ask_intensive_chat'.

Instructions

Input Schema

NameRequiredDescriptionDefault
sessionIdYesID of the intensive chat session to stop

Input Schema (JSON Schema)

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