Skip to main content
Glama

Interactive MCP

MIT License
92
291
  • Apple
  • Linux

stop_intensive_chat

End and close an active intensive chat session to free system resources. Use after completing all interactions with 'ask_intensive_chat' to cleanly terminate the session.

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

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