Skip to main content
Glama
danilop

kiro-total-recall

by danilop

search_cli_history

Search past Kiro CLI conversations using keywords or dates to find specific discussions. Filter by date range and adjust relevance to locate needed information.

Instructions

Search Kiro CLI conversation history only.

Use this to find conversations from Kiro CLI sessions specifically.

Args: query: Keywords or sentence describing what to find after: Filter to messages on/after this date (ISO 8601) before: Filter to messages before this date (ISO 8601) context_size: Messages before AND after each match (default: 3) threshold: Minimum similarity 0-1 (default: 0.2) max_results: Maximum results (default: 10) offset: Skip results for pagination (default: 0)

Returns: Search results from CLI conversations only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
queryYes
beforeNo
offsetNo
thresholdNo
max_resultsNo
context_sizeNo
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It explains the search scope and parameter effects but does not mention side effects, idempotency, authentication needs, or rate limits. It adds some value but lacks comprehensive transparency.

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 with a clear purpose statement, usage note, parameter list, and return description. It is concise, though the first two sentences are slightly redundant ('Search Kiro CLI conversation history only.' and 'Use this to find...').

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 7 parameters and no output schema, the description covers most needed context: parameter meanings, defaults, and a basic return description. Missing details include pagination behavior (offset interaction with max_results) and result ordering, but it is largely sufficient for a search tool.

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

Parameters5/5

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

Schema description coverage is 0%, yet the description includes an 'Args' section that explains each parameter (query, after, before, etc.) with defaults and brief descriptions. This fully compensates for the schema's lack of semantic information.

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 it searches 'Kiro CLI conversation history only,' using strong verbs and resource specificity. It effectively distinguishes from siblings like search_global_history by narrowing to CLI conversations.

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 advises using this tool for Kiro CLI sessions, providing clear context. However, it does not explicitly mention when not to use it or reference sibling tools, though sibling names are available.

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/danilop/kiro-total-recall'

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