Skip to main content
Glama
constripacity

claude-replay

replay_search

Search full-text across recorded Claude Code sessions, filtered by tool, project, date range, or death cause. Results ranked by match count; omit the query to browse by filters alone.

Instructions

Full-text search across recorded sessions (event payloads, objective, name, and tags), with optional filters. Ranked by match count. Omit the query to browse by filters alone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNoOnly sessions that used this tool
causeNoOnly sessions with this death cause
limitNoMax sessions (default: 20)
queryNoText to search for (optional if filtering)
sinceNoOnly sessions started after this ISO date
untilNoOnly sessions started before this ISO date
projectNoOnly sessions whose project dir contains this
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries full behavioral burden. It discloses that results are 'ranked by match count' and that the query is optional for browsing by filters. However, it does not mention typical traits like response format, pagination, error handling, or any destructive implications, making it adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at two sentences, with the core purpose front-loaded. Every sentence adds value: the first defines the action and scope, the second explains ranking and browsing mode. No waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 7 parameters, no annotations, and no output schema, the description should compensate by explaining results format and behavior. It covers input behavior (search, filters, ranking) but omits what the response contains, pagination limits, or error conditions. It is adequate for basic use but leaves gaps for a complex search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds overall context about search behavior and query optionality, but does not provide additional meaning for specific parameters beyond what the schema already describes. The guidance on omitting query is the only extra semantic value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs full-text search across recorded sessions with specific fields (event payloads, objective, name, tags) and optional filters, and that results are ranked by match count. While the purpose is specific and distinct from sibling tools like replay_sessions or replay_insights, the description does not explicitly differentiate itself from these alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some usage guidance, such as 'Omit the query to browse by filters alone', which tells the agent when to omit the query. However, it lacks explicit context on when to use this tool versus siblings like replay_sessions or replay_insights, and does not state prerequisites or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/constripacity/Claude-Replay'

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