Skip to main content
Glama
constripacity

claude-replay

Server Quality Checklist

92%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: checkpointing, resuming, status, listing, exporting, searching, tagging, insights, diffing, and stats. No two tools overlap in functionality.

    Naming Consistency5/5

    All tools follow the consistent pattern `replay_<verb>`, with each verb accurately describing the action. The naming is uniform and predictable.

    Tool Count5/5

    With 10 tools, the set is comprehensive but not overwhelming, covering a wide range of session management features without redundancy.

    Completeness4/5

    The toolset covers most session lifecycle aspects (create, read, update via tagging, export, search, analyze), but lacks explicit deletion or renaming of sessions, which might be a minor gap.

  • Average 3.9/5 across 10 of 10 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 8 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=false, so the read-only nature is covered. The description adds context about the returned fields but does not disclose additional behavioral traits like rate limits, authentication, or sort order. It is consistent with annotations, earning a baseline score.

    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 a single, front-loaded sentence with no redundant wording. It states the action, resource, and key return fields efficiently, earning full marks for conciseness.

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

    Completeness4/5

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

    For a simple listing tool with one optional parameter and no output schema, the description adequately conveys what is returned. It does not mention sorting or pagination, but these are implicit in 'recent' and the limit parameter. Minor gaps exist but are not critical given the tool's simplicity.

    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?

    The input schema fully documents the single 'limit' parameter with default and description (100% coverage). The description does not add any semantic detail beyond the schema, so it remains at the baseline of 3.

    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 lists recent sessions and specifies the returned fields (status, model, duration, checkpoint count). It is not a tautology and distinguishes itself from siblings that perform actions like resuming, exporting, or diffing, though it does not explicitly name any sibling.

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

    Usage Guidelines2/5

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

    The description gives no guidance on when to use this tool versus alternatives such as replay_status or replay_insights. It does not mention exclusions or prerequisites, leaving the agent to infer that it is for general listing without any situational cues.

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

  • Behavior3/5

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

    Annotations declare readOnlyHint=true, which the description aligns with by framing as analytics (read-only). The description adds context about the scope (all recorded sessions) and the breakdowns provided, which is useful. However, it doesn't disclose potential performance implications of scanning all sessions, pagination, or how the output is structured. With annotations covering safety, the description adds some value but could include more behavioral detail.

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

    Conciseness4/5

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

    The description is a single dense sentence listing the key metrics, followed by a short clause on filters. It is front-loaded with the core analytics content. It earns its length by covering multiple dimensions of the stats without fluff. Could be slightly more structured but is effective.

    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?

    ันGiven that the output schema is absent and the tool returns complex aggregated analytics, the description provides a good overview of what is returned (death-cause breakdown, tool mix, per-project rollups) which partially compensates. However, it does not explain how the results are presented, whether there are any limitations on data range, or how 'error rate' is calculated. For a cross-session aggregation tool, these details could be useful, but the description covers the essentials.

    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 coverage is 100%, with descriptions for both 'limit' (N most recent sessions) and 'project' (sessions whose project dir contains this). The description mentions 'Optional limit / project filter', which aligns with the schema. No additional semantics beyond schema, which is acceptable given full coverage.

    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 identifies the tool as providing cross-session analytics, enumerating specific metrics (tool calls, error rate, death-cause breakdown, tool mix, per-project rollups). It distinguishes from siblings like replay_sessions (listing sessions) and replay_insights (likely more focused analysis) by emphasizing aggregate stats across sessions. Could be more explicit about which sibling it differs from, but the purpose is clear and specific.

    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 implies usage for analytics on all recorded sessions, but does not explicitly state when to prefer this over replay_sessions, replay_insights, or replay_status. The optional limit and project filter are mentioned, giving some context on scoping, but no explicit when-not or alternative selection guidance.

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

  • Behavior3/5

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

    Annotations already indicate this is not read-only, not idempotent, and not destructive. The description adds that the checkpoint is forced immediately and scoped to the current session, but it does not disclose side effects, persistence behavior, or failure modes. No contradiction with annotations.

    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?

    One concise, front-loaded sentence with no redundant phrasing. Every word earns its place, and the most important action and scope appear immediately.

    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?

    The tool is low in complexity with one optional parameter, but the description omits practical context such as whether an active session is required, what happens if no session exists, and what the agent can expect after calling it. Since there is no output schema, a bit more guidance would improve completeness.

    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?

    The input schema already documents the single optional 'note' parameter completely, so the description adds little semantic value beyond restating that the note is optional. With 100% schema coverage, the baseline of 3 is appropriate.

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

    Purpose5/5

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

    The description uses a clear directive verb ('Force') plus an explicit resource ('checkpoint of the current session') and mentions the optional note. This distinguishes it cleanly from sibling tools like replay_resume or replay_export, which perform different operations.

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

    Usage Guidelines2/5

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

    No explicit guidance on when to use this tool versus alternatives. It does not state prerequisites such as requiring an active session, nor does it say when checkpointing is preferable to replay_status, replay_export, or replay_diff. The only contextual clue is 'current session'.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=false, covering the no-mutation behavior. The description adds useful detail about what the comparison surfaces (metric deltas and file-touch differences), but it does not disclose limitations such as how missing or invalid session IDs are handled or whether the diff is a full side-by-side report.

    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?

    A single, front-loaded sentence that states the core action and the concrete comparison dimensions. Every phrase earns its place, with no filler, tautology, or unnecessary restatement of the tool name.

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

    Completeness4/5

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

    For a simple two-parameter read-only tool, the description is largely complete: it names the inputs' purpose, the operation, and the expected output content. A small gap is the absence of any note about how the comparison is presented or whether the returned data is a summary or a detailed report, but this is not critical given the tool's low complexity.

    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%, with both parameters described as session IDs. The description confirms that the two IDs represent the sessions being compared, but adds no extra meaning beyond the schema, so the baseline score of 3 is appropriate.

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

    Purpose5/5

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

    The description uses a specific verb ('Compare') and resource ('two sessions side by side'), and enumerates the exact kinds of differences produced: metric deltas for tool calls, errors, duration, files, plus per-file touches. This makes it clearly distinct from siblings like replay_sessions or replay_stats, which list or aggregate sessions rather than diffing two of them.

    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 implies the tool is for when a user wants to compare two sessions, but it does not explicitly state when to prefer it over alternatives or when not to use it. It also gives no context about prerequisites, such as whether sessions must be replayed or in the same workspace.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered without needing repetition. The description adds the 'default: most recent' behavior and the workflow advice about pasting, but that overlaps with parameter schema and usage guidance rather than exposing new behavioral traits. No contradictions with annotations.

    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 only two sentences long and front-loads the main purpose. The second sentence adds immediate practical guidance without fluff, making it highly efficient for an agent to parse.

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

    Completeness4/5

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

    The tool has just one optional parameter and no output schema, and the description still explains the invocation default and how to use the result. It does not account for edge cases like no existing session or the exact format of the brief, but these are not essential for an agent to correctly call and consume the output.

    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%, with session_id already described as 'Session ID (default: most recent)'. The tool description essentially restates the default without adding semantic detail on format or session selection logic. Given high schema coverage, the baseline of 3 is appropriate.

    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 uses a specific verb 'Generate' with a specific resource 'structured resume brief' and states a default behavior ('most recent'), so the core purpose is clear. It does not explicitly distinguish itself from sibling tools like replay_checkpoint or replay_status, which prevents a 5.

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

    Usage Guidelines4/5

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

    The description gives an explicit use case: 'Paste the result into a new Claude Code session to continue where it left off.' This provides clear context for when this tool should be used. It does not, however, exclude any alternatives or state which sibling tools should be used instead, so it falls short of a 5.

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

  • Behavior3/5

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

    Annotations indicate it is not read-only and is idempotent. The description adds that it returns a path, implying file creation, but does not mention overwriting behavior or potential side effects like creating directories.

    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 a single concise sentence that conveys the essential information without redundancy or unnecessary detail.

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

    Completeness5/5

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

    The description sufficiently covers the operation: it renders a session into a self-contained trace and returns the output path. Since there is no output schema, no further explanation of return structure is needed.

    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?

    The input schema already provides descriptions for all parameters (format, output, session_id). The tool description does not elaborate on them, so it adds no extra meaning beyond the schema.

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

    Purpose5/5

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

    The description clearly states the action (render/export), the resource (a session), the output formats (html, json, or md), and the return value (output path). It is distinct from sibling tools like replay_status or replay_diff.

    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 does not provide explicit guidance on when to use this tool versus the sibling tools. It is clear what it does, but not when to prefer it over alternatives like replay_status or replay_diff.

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

  • Behavior4/5

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

    Annotations already declare readOnlyHint=true and openWorldHint=false, establishing a safe, read-only operation. The description adds behavioral context by specifying what kind of data is returned and that it represents a snapshot of session activity, substantially contributing beyond the structured annotations.

    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 a single sentence that front-loads the core purpose ('Current session summary') and then lists the relevant informational fields efficiently. Every part contributes value with no redundancy.

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

    Completeness5/5

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

    For a zero-parameter, read-only status tool, the description is sufficiently complete. It tells the agent what the tool returns and the scope ('current session'); no output schema exists, but the textual list of contents covers the relevant context for invoking and interpreting the call.

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

    Parameters4/5

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

    The tool has zero parameters, and schema description coverage is 100%. With no parameters to document, the baseline of 4 applies since there is no schema ambiguity and no need for additional parameter-related guidance.

    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 uses a clear resource ('current session') and lists concrete artifacts it returns (objective, status, checkpoint/event counts, last activity). However, it does not explicitly differentiate itself from the sibling tools like replay_sessions or replay_stats, though 'current session' narrows its scope.

    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 implies when to use the tool: whenever a summary of the current session is needed. It does not state exclusions or alternatives, leaving the agent to infer when a sibling like replay_sessions or replay_checkpoint is more appropriate.

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

  • Behavior3/5

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

    The annotations already signal a mutating, idempotent, non-destructive operation. The description adds the basic operations—set name, add/remove tags—and the default session, though the default is also present in the input schema. It does not explain edge behaviors such as name overwrites or conflicting tag operations, but for this simple tool the combination is adequate.

    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?

    Two short sentences deliver the purpose, the allowed operations, and the default scope without filler. It is front-loaded and every clause is informative.

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

    Completeness4/5

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

    For a tool with four optional, fully schema-documented parameters and no output schema, this is nearly complete. A note about what the tool returns would be nice, but the description already contains enough for correct invocation and safe use.

    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?

    The input schema fully describes all four parameters with 100% coverage, and the description maps them transparently to 'name' and 'tags'. The description adds little beyond the schema, so the baseline score of 3 is appropriate.

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

    Purpose5/5

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

    The description identifies a specific operation—name or tag a session—with clear verbs 'Name'/'Sets' and the object 'session'. It unambiguously distinguishes this from sibling tools like replay_checkpoint, replay_resume, and replay_search, which address different session concerns.

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

    Usage Guidelines4/5

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

    The phrase 'for later retrieval' conveys a concrete use case, and the action scope is clear: name and/or tag a session, defaulting to the most recent. It does not explicitly exclude or mention alternatives, but the context is strong enough for an agent to select this tool appropriately.

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

  • Behavior3/5

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

    Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the date-range scoping, which is useful, but doesn't mention pagination or return format. With annotations covering safety, a 3 is appropriate.

    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?

    Two sentences, zero waste, scoping constraint front-loaded.

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

    Completeness5/5

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

    Complete for a filtered-list tool whose annotations already cover safety. It states scope and alternative. No missing information needed to call it.

    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 coverage is 100%, so the schema documents the parameter. The description implies date-range filtering but doesn't add syntax or format details beyond the schema. Baseline 3.

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

    Purpose5/5

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

    States a specific verb ('List'), resource ('ALL calls'), and scope (no user/workspace filtering). It also names the sibling it is not, so an agent can tell it apart without inspecting schemas.

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

    Usage Guidelines5/5

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

    Explicitly names the alternative tool and the condition that selects it (filtering by user/workspace). The agent knows exactly when to use this tool.

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

  • Behavior3/5

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

    Annotations declare readOnlyHint=true, so the tool is known to be safe. The description adds behavioral detail that annotations do not: it ranks results by match count, and it supports browsing without a query. It doesn't mention pagination or result structure, but with readOnlyHint covering safety and the description covering search semantics, it is adequate. No contradiction with annotations.

    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 two sentences, front-loading the core purpose and key features (full-text search, fields, filters, ranking) before the practical note about omitting the query. Every sentence earns its place; there is no fluff or redundancy.

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

    Completeness4/5

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

    Given that there is no output schema, the description could have been more explicit about what the results look like (e.g., list of session IDs, relevance scores). However, the description covers search scope, filter usage, and ranking. The tool is a read-only search, so missing pagination/result details are a minor gap. It is sufficiently complete for an agent to call correctly.

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

    Parameters4/5

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

    Schema description coverage is 100%, so all 7 parameters have descriptions in the schema. The tool description adds context beyond the schema by explaining the overall behavior (e.g., 'Omit the query to browse by filters alone') and clarifies that filters are optional and can be used standalone. This is valuable because it explains the relationship between query and filters, which the schema alone doesn't. A score of 4 reflects this added value above the baseline of 3.

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

    Purpose5/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. It distinguishes itself from siblings by specifying it searches against session content, whereas siblings like replay_sessions or replay_status likely list or inspect sessions. The verb 'search' plus the resource 'recorded sessions' and scope make it unambiguous.

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

    Usage Guidelines5/5

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

    The description gives explicit usage guidance: 'Omit the query to browse by filters alone.' It also lists the optional filters (tool, cause, since, until, project) directly in the description, telling the agent when to use this tool (for search) and implicitly when not (when needing exact session retrieval, use replay_sessions). It does not name siblings explicitly, but the guidance is clear and actionable.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

Claude-Replay MCP server

Copy to your README.md:

Score Badge

Claude-Replay MCP server

Copy to your README.md:

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