Skip to main content
Glama
bwads001

cc-session-search

by bwads001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsB

List all Claude Code projects with session counts and activity

list_sessionsC

List sessions for a specific project

list_recent_sessionsC

List recent sessions across all projects by date range

analyze_sessionsC

Extract and analyze messages from sessions with filtering

search_conversationsB

Search conversations for specific terms with context windows, role filtering, and time ranges

get_message_detailsA

Get full content for specific messages by session ID and message indices

summarize_daily_conversationsB

Generate intelligent summary of conversations for a specific date using headless Claude analysis

summarize_time_rangeB

Generate intelligent summary of conversations for a specific time range using headless Claude analysis

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation4/5

Most tools have distinct purposes, but 'summarize_daily_conversations' and 'summarize_time_range' are very similar, differing only in time scope. There is also potential overlap between 'analyze_sessions' and 'search_conversations', though descriptions help differentiate.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case, such as 'list_projects', 'search_conversations', and 'summarize_time_range'. No mixing of conventions or vague verbs.

Tool Count5/5

With 8 tools, the server is well-scoped for searching and analyzing Claude Code sessions. Each tool serves a clear purpose without unnecessary redundancy.

Completeness4/5

The tool set covers listing, searching, analyzing, and summarizing sessions fairly well. However, it lacks tools for retrieving session metadata or project details beyond listing, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues