Skip to main content
Glama

get_archived_session_log

Retrieve full session logs from the archive by date when one-liner summaries lack context. Get the original session summary for detailed analysis.

Instructions

    Retrieve a full session log from the archive by date.

    Older session logs are automatically compressed into one-liners in
    the Session History section of coach memory. Use this tool when a
    one-liner doesn't provide enough context and you need the full
    original session summary.

    Args:
        session_date: Date of the session in YYYY-MM-DD format.

    Returns:
        The full session log text, or a message if not found.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It explains the archiving process, that logs are auto-compressed, that this retrieves the full log, and that it returns a message if not found. This provides good behavioral context.

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 well-structured: first sentence states purpose, second paragraph gives context, third documents parameters and returns. It is slightly verbose but front-loaded and efficient.

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 single-parameter tool with an output schema, the description adequately explains the return value (full log text or not-found message) and the date format. No gaps remain.

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 only parameter 'session_date' has no description in the schema (0% coverage). The description adds the required format (YYYY-MM-DD), going beyond the schema's type information, thus compensating for the lack of schema documentation.

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's action ('Retrieve a full session log from the archive by date'), identifies the resource, and distinguishes from sibling tools by explaining when one-liners are insufficient.

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 explicitly says to use this tool when the compressed one-liner lacks context, providing clear guidance. However, it does not explicitly list when not to use it or mention specific alternatives beyond the implicit compressed logs.

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/wernerpe/mcpacer'

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