Skip to main content
Glama
ralskwo
by ralskwo

read_session

Read-onlyIdempotent

Reads the display text of a selected saved session from Codex or Claude while preserving the original, letting you import recent context into the other tool.

Instructions

선택한 세션의 표시 텍스트를 읽습니다. 원본 세션은 보존됩니다.

Input Schema

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

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare the operation read-only, idempotent, and non-destructive; the description reinforces this by noting the original session is preserved. It adds a small amount of useful context about returning display text, but no additional behavioral details such as formatting, truncation, or side effects.

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 short sentences deliver the core action and a safety guarantee with no filler. The most important information is front-loaded and every sentence earns its place.

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

Completeness3/5

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

The tool has no output schema, and the description gives only a minimal hint of return content (display text). Required parameters and defaults are left to the schema, while the description does not explain how maxChars or maxMessages affect the result or when this tool should be chosen over sibling tools.

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

Parameters1/5

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

Schema description coverage is only 40%, and the description contributes no parameter-level meaning. Parameters like maxChars, maxMessages, and sessionId remain unexplained by both the schema and the description, so the low coverage is not compensated.

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 action (reads display text) on a specific resource (the selected session) and adds a preservation guarantee. It is clear enough to be distinguished from list_sessions and prepare_handoff, though it does not explicitly name or contrast the siblings.

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?

The phrasing implies the tool is used when an agent needs the rendered text of a specific session, but no explicit when-to-use, when-not-to-use, or alternative conditions are provided. It does not explain how this relates to list_sessions or prepare_handoff.

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