Skip to main content
Glama
ralskwo
by ralskwo

list_sessions

Read-onlyIdempotent

Find local Codex or Claude Code sessions for a project, then select one to retrieve its recent context and continue work in another client.

Instructions

같은 프로젝트의 로컬 세션을 찾아 선택합니다. 본문을 가져오기 전에 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
providerYes가져올 원본 공급자
projectPathYes현재 프로젝트의 절대 경로

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare this tool read-only and idempotent. The description adds useful context by specifying it targets local sessions of the same project and is a precursor to fetching body text, but it does not disclose return format, pagination behavior, or how session selection works.

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?

The description is a single focused sentence that front-loads the tool's purpose and immediately states its intended position in the workflow. There is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with four parameters, no output schema, and a need to guide an agent through the selection-to-read flow, this description is too thin. It does not explain what the tool returns, how to choose a session, or how the result feeds into read_session, so an agent may struggle to invoke it correctly.

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

Parameters2/5

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

Schema coverage is only 50%, and the description adds no parameter-level meaning beyond what the schema already provides. The 'same project' phrasing loosely maps to projectPath, but limit and offset remain undocumented in both schema and description, so the description does not compensate for the gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: it finds and selects local sessions for the same project. It also adds sequencing context ('use before fetching the body'), which helps distinguish it from read_session, though it does not explicitly differentiate it from prepare_handoff.

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 gives clear usage context: it should be used before fetching session body content. However, it does not state when not to use it or explicitly name alternatives, leaving some inference to the agent.

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/ralskwo/codex-claude-session-bridge'

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