Skip to main content
Glama

ck_experience_read

Read-onlyIdempotent

Read prior-run artifacts from the workspace experience archive, including session summaries, audit logs, trace packets, and proof summaries.

Instructions

Read one prior-run artifact such as a session summary, audit log, trace packet, or proof summary from the workspace experience archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifact_typeYes
project_rootNoAbsolute path to the project root directory on the local filesystem.
session_idNoUnique session identifier for correlating findings, proofs, budget, and audit trail.
source_session_idNoSession ID of the prior run to read artifacts from.
task_idNoTask identifier within the session for scoped operations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifact_typeNo
dataNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the agent knows it's a safe read. The description adds context (reading from workspace experience archive) but does not disclose error handling, existence behavior, or performance.

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, well-structured sentence that efficiently conveys the tool's purpose. It includes useful examples without extraneous words.

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?

With an output schema present, return value documentation is not needed. The description covers what the tool reads and from where. It does not mention the optional parameters (session_id, source_session_id) for selecting the artifact, but these are defined in the 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?

Schema description coverage is 80%, and the artifact_type enum is self-documenting. The description lists example artifact types (already in enum) but adds no additional meaning or usage details 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 verb 'Read' and the resource 'prior-run artifact from the workspace experience archive', listing specific artifact types. This distinguishes it from siblings like ck_experience_search and ck_experience_index, which focus on searching or indexing.

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 provides no guidance on when to use this tool versus alternatives (e.g., ck_experience_search or ck_experience_index). It does not mention prerequisites, when not to use, or any selection criteria.

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/aryaminus/controlkeel'

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