Skip to main content
Glama

ck_experience_index

Read-onlyIdempotent

Find recent prior sessions and experience artifacts by keyword query. Search session titles, task titles, and finding descriptions to identify past runs matching specific patterns.

Instructions

List recent prior sessions in the same workspace and the read-only experience artifacts available for each run. Pass query for freeform keyword search across session titles, task titles, and finding descriptions — useful for questions like 'has this deployment pattern caused a blocked finding before?'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_rootNoAbsolute path to the project root directory on the local filesystem.
queryNoFreeform keyword filter applied to session title, task titles, and finding descriptions. All tokens must match (AND logic). Omit to return all recent sessions.
same_domain_onlyNoWhen true, restrict results to sessions in the same domain.
session_idNoUnique session identifier for correlating findings, proofs, budget, and audit trail.
session_limitNoMaximum number of sessions to analyze.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionsNo
totalNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description's mention of 'read-only experience artifacts' adds context but not much beyond what annotations provide. It does not disclose details like what 'recent' means or rate limits, but there is no contradiction.

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 concise sentences with no wasted words. First sentence states the primary purpose, second explains the key query functionality with an illustrative example. Perfectly structured.

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 the complexity (5 params, output schema exists), the description covers the core functionality and query feature. It lacks details on session ordering or pagination, but for a read-only list tool, it is sufficiently complete.

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 baseline is 3. The description adds value for the 'query' parameter with an example, but does not enhance the meaning of other parameters beyond their schema descriptions.

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 lists recent prior sessions and read-only experience artifacts, with a specific verb ('list') and resource ('sessions and artifacts'). It distinguishes from siblings like ck_experience_read and ck_experience_search by focusing on listing with optional search via query.

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 listing recent sessions with freeform search but does not explicitly state when to use this tool versus alternative siblings like ck_experience_read or ck_experience_search. No exclusion criteria or when-not-to-use guidance is provided.

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