Skip to main content
Glama

Claude Historian

by Vvkmnn
MIT License
73
36

extract_compact_summary

Generate a concise summary of a specific conversation session by providing the session ID, with an optional limit on the number of messages included.

Instructions

Get a compact summary of a conversation session

Input Schema

NameRequiredDescriptionDefault
max_messagesNoMaximum messages to include in summary (default: 10)
session_idYesSession ID to summarize

Input Schema (JSON Schema)

{ "properties": { "max_messages": { "default": 10, "description": "Maximum messages to include in summary (default: 10)", "type": "number" }, "session_id": { "description": "Session ID to summarize", "type": "string" } }, "required": [ "session_id" ], "type": "object" }

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/Vvkmnn/claude-historian'

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