Skip to main content
Glama

session-list

:

Instructions

List sessions with cursor-based pagination. Returns session objects with IDs, creation dates, and metadata. Use this to browse existing sessions or find a session to resume. When limit is provided, returns a paginated envelope with a cursor for the next page. Read-only, no side effects. Requires scope: sessions:read. Use session-get or session-hydrate to get full details for a specific session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoCursor for pagination (ISO 8601 datetime string)
limitNoNumber of sessions per page (1-50)
Behavior5/5

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

No annotations provided, so description carries full burden. Discloses 'Read-only, no side effects' (safety), 'Requires scope: sessions:read' (auth), return structure ('session objects with IDs...'), and pagination behavior ('paginated envelope with cursor for next page'). Rich behavioral context.

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?

Seven sentences with zero waste. Front-loaded with core action ('List sessions...'), followed by return format, usage context, pagination mechanics, safety/auth requirements, and alternatives. Every sentence earns its place.

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?

No output schema exists, but description compensates by detailing the return structure (session objects with IDs/metadata) and pagination envelope. Covers auth scope and side effects. Complete for a 2-parameter read-only list tool.

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

Parameters4/5

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

Schema has 100% coverage (baseline 3). Description adds value by explaining the interaction: cursor is for 'cursor-based pagination' and when limit is provided, the tool returns a 'paginated envelope' rather than a simple list. This adds behavioral semantics beyond the schema definitions.

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 specific verb (List) + resource (sessions) + mechanism (cursor-based pagination). Explicitly distinguishes from siblings session-get and session-hydrate by stating they provide 'full details for a specific session' while this tool is for browsing/resuming.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'Use this to browse existing sessions or find a session to resume' defines when to use. Named alternatives 'Use session-get or session-hydrate' for specific session details provide clear when-not-to-use guidance.

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/ebenezer-isaac/llmconveyors-mcp'

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