interactive-mcp

MIT License
364
22
  • Apple
  • Linux

stop_intensive_chat

End an intensive chat session by closing the console and freeing system resources. Use this tool after completing multi-step interactions with 'ask_intensive_chat' to cleanly terminate the session.

Instructions

<description> Stop and close an active intensive chat session. **Must be called** after all questions have been asked using 'ask_intensive_chat'. </description> <importantNotes> - (!important!) Closes the console window for the intensive chat. - (!important!) Frees up system resources. - (!important!) **Should always be called** as the final step when finished with an intensive chat session, typically at the end of the response message where 'start_intensive_chat' was called. </importantNotes> <whenToUseThisTool> - When you've completed gathering all needed information via 'ask_intensive_chat'. - When the multi-step process requiring intensive chat is complete. - When you're ready to move on to processing the collected information. - When the user indicates they want to end the session (if applicable). - As the final action related to the intensive chat flow within a single response message. </whenToUseThisTool> <features> - Gracefully closes the console window - Cleans up system resources - Marks the session as complete </features> <bestPractices> - Always stop sessions when you're done to free resources - Provide a summary of the information collected before stopping </bestPractices> <parameters> - sessionId: ID of the intensive chat session to stop </parameters> <examples> - { "sessionId": "abcd1234" } </examples>

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" }

You must be authenticated.

Other Tools from interactive-mcp

Related Tools

ID: 205j0hivrj