Skip to main content
Glama

IDE Chat Summarizer

by RalphLi213

summarize_large_chat

Process large chat conversations by breaking them into chunks, summarizing each section, and generating a comprehensive master summary for better analysis and review.

Instructions

Handle extremely large chat histories by chunking them into manageable pieces. Each chunk gets its own summary, then creates a master summary.

Args: chat_history: The large chat conversation text to summarize title: Optional title for the summary chunk_size: Size of each chunk in characters (default: 50,000) overlap: Overlap between chunks in characters (default: 5,000)

Returns: Information about the chunked summaries created

Input Schema

NameRequiredDescriptionDefault
chat_historyYes
chunk_sizeNo
overlapNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "chat_history": { "title": "Chat History", "type": "string" }, "chunk_size": { "default": 50000, "title": "Chunk Size", "type": "integer" }, "overlap": { "default": 5000, "title": "Overlap", "type": "integer" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "chat_history" ], "title": "summarize_large_chatArguments", "type": "object" }

Other Tools from IDE Chat Summarizer

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/RalphLi213/ide-chat-summarizer-mcp'

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