Skip to main content
Glama
ArtLjn

mcp-session-insight

by ArtLjn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_sessionsC

List all sessions, optionally filtered by project

show_sessionA

Show metadata for a session (project, time, message count). Use this for a quick overview. For full content, use get_session_conversation or get_session_summary.

search_sessionsC

Search sessions by keyword

get_session_summaryA

Get a comprehensive summary for a session. Returns structured JSON data (EnrichedSummary). Based on this data, synthesize a concise Chinese summary for the user covering: what was done, key files changed, errors encountered, and decisions made. This is the SINGLE tool to call when the user wants to understand what happened in a session. Do NOT call other tools after this.

get_session_changesA

Get file changes (created/modified) for a session. Only call this if the user explicitly asks for file changes.

get_session_requestsA

Get deduplicated user requests for a session. Only call this if the user explicitly asks for user requests.

get_session_todosA

Get todo snapshots for a session. Only call this if the user explicitly asks for todo progress.

get_session_errorsA

Get errors/issues for a session. Only call this if the user explicitly asks for errors.

get_session_decisionsA

Get decisions for a session. Only call this if the user explicitly asks for decisions.

get_session_conversationB

Get conversation messages for a session

get_git_logsA

Collect git commit logs across projects. Returns structured JSON grouped by project. Only call this if the user explicitly asks for git logs or commit history.

Prompts

Interactive templates invoked by user choice

NameDescription
session_handoffGenerate a handoff context prompt for a session

Resources

Contextual data attached and managed by the client

NameDescription
All SessionsJSON array of all sessions

Latest Blog Posts

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/ArtLjn/mcp-session-insight'

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