Skip to main content
Glama
AbsoluteMode

session-recall

by AbsoluteMode

recent_sessions

List recent active sessions from newest to oldest, with details like session ID, project, turns, and last activity. Optionally filter by current working directory.

Instructions

List the most recently active past sessions, freshest first — use to see the current state of work and how fresh the index is (the top entry's last_activity_human is the effective freshness). Also surfaces the sessions of a thread split across resume-created session_ids so you can reassemble the arc.

scope_cwd: pass your current working directory to restrict to the current project/repo (worktrees collapse to the repo root); omit for all projects. Each entry: session_id, project, turns, last_activity (epoch), last_activity_human, label (the session's first user prompt).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
scope_cwdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, so description fully discloses behavior: lists sessions sorted by freshness, includes fields, and explains scope_cwd parameter effect. No contradictions or hidden traits.

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?

Well-structured: starts with main purpose, then provides usage details. Slightly verbose but each sentence adds value. Could be condensed slightly.

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?

Output schema exists, and description already explains return fields (session_id, project, turns, last_activity, etc.). Complete for a list tool with good parameter explanations.

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%, but description adds meaning: explains default limit (10) and scope_cwd usage (restrict to current directory). Provides semantic context beyond 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?

Description clearly states it lists most recently active sessions, freshest first. Verb 'list' and resource 'recent sessions' are specific. Distinguishes from siblings by describing its unique purpose: surfacing session arcs across thread splits.

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?

Describes when to use: to see current state of work, freshness, and reassemble thread arcs. Does not explicitly mention when not to use or alternatives, but context is clear.

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/AbsoluteMode/session-recall'

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