Skip to main content
Glama

IDE Chat Summarizer

by RalphLi213

summarize_chat

Generate structured markdown summaries from chat conversations, saving them to organized files with customizable detail levels and optional full history inclusion.

Instructions

Summarize chat history and save it as a markdown file.

Args: chat_history: The chat conversation text to summarize title: Optional title for the summary (will be used in filename) summary_style: Style of summary - 'brief', 'detailed', or 'bullet_points' include_full_history: Whether to include the full chat history in the summary file (default: True) create_separate_full_history: Whether to create a separate file with just the full history (default: False)

Returns: Path to the created summary file and preview of the summary

Input Schema

NameRequiredDescriptionDefault
chat_historyYes
create_separate_full_historyNo
include_full_historyNo
summary_styleNodetailed
titleNo

Input Schema (JSON Schema)

{ "properties": { "chat_history": { "title": "Chat History", "type": "string" }, "create_separate_full_history": { "default": false, "title": "Create Separate Full History", "type": "boolean" }, "include_full_history": { "default": true, "title": "Include Full History", "type": "boolean" }, "summary_style": { "default": "detailed", "title": "Summary Style", "type": "string" }, "title": { "default": null, "title": "Title", "type": "string" } }, "required": [ "chat_history" ], "title": "summarize_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