Skip to main content
Glama
CodeAbra

iai-mcp

episodes_recent

Read-onlyIdempotent

Retrieve recent user-turn records across all projects. Optionally filter by session ID for targeted results.

Instructions

Returns the N most-recent user-turn records, time-desc. Optional session_id filter. GLOBAL across all projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoHow many turns to return (default 10, max 1000).
session_idNoFilter to a specific session UUID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
turnsNo
countNo
Behavior3/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. Description adds 'GLOBAL across all projects' and ordering, which are useful but not critical beyond annotations. No contradictions.

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 sentences, front-loaded with purpose, zero waste. Every phrase adds value.

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?

With output schema present and low parameter count (2 optional), description covers filtering, ordering, and scope. No gaps.

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 schema already documents 'n' and 'session_id'. Description adds 'time-desc' ordering implied by 'most-recent', providing marginal extra meaning.

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?

Clear verb 'Returns', specific resource 'user-turn records', and distinct qualifiers 'most-recent, time-desc, GLOBAL across all projects'. Distinguishes from sibling tools like 'events_query' or 'memory_recall'.

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?

Mentions optional session_id filter and 'GLOBAL' scope, which implies when to use it (cross-project), but does not explicitly state when not to use it or compare to alternatives. Adequate but not explicit.

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/CodeAbra/iai-mcp'

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