Skip to main content
Glama

journal

Read-only

Review past state-changing tool calls with arguments, outcomes, and screenshot hashes to reconstruct activity after context loss or audit unattended runs.

Instructions

Read back the trail of acted tool calls -- every state-changing call is journaled with its arguments, outcome, hit/miss verdict and screenshot hash. Use it to reconstruct what already happened after context loss, or to review an unattended run. Reading tools are not in it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tailNoHow many of the most recent entries to return, oldest first.
sessionNocurrent: only this server process's actions. all: every session in the 14-day retention window.current
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

With readOnlyHint=true, the safe-read nature is already annotated. The description adds meaningful context about what the journal contains, what it excludes, and the audit/replay use case, going beyond the annotation's bare safety signal.

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 tight sentences: the first states the core function and contents, the second gives usage guidance and an exclusion. Every sentence earns its place with no filler.

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 tool is simple, the schema is complete, and the read-only annotation covers safety. The description explains the return content, use cases, and exclusions, so an agent has enough context to select and invoke the tool correctly without an output schema.

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 schema describes both parameters fully, including default values, constraints, and field-specific semantics, so schema coverage is 100%. The description adds no additional parameter-level detail, which fits the baseline 3 for high schema coverage.

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 states a specific verb and resource: 'Read back the trail of acted tool calls.' It also clarifies scope and content by listing what is journaled (arguments, outcome, hit/miss verdict, screenshot hash) and distinguishes itself from sibling tools with 'Reading tools are not in it.'

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 explicit use cases: reconstruct past context after loss and review an unattended run. It also provides a when-not-to-use signal by stating that reading tools are not included, though it does not name specific alternative sibling tools.

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

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/tristanmuzzu/deskwright'

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