Skip to main content
Glama
megamen32

session-convert

by megamen32

list_sessions

Lists convertible sessions from Claude Code, Codex CLI, or OpenCode harnesses. Provides session ID, title, CWD, model, message count, and age to identify the session to convert.

Instructions

List convertible sessions from a harness. Shows session ID, title, CWD, model, message count, and age. Use this to find the session ID to convert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
harnessYesWhich harness to list sessions from
cwdPrefixNoFilter by CWD prefix (e.g. '~/apps' to find sessions in that directory tree)
searchPathsNoAdditional paths to search for OpenCode databases (only for opencode harness)
Behavior3/5

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

With no annotations provided, the description must bear full burden. It states the tool lists sessions and shows fields, but does not explicitly declare read-only nature, potential rate limits, or pagination. A score of 3 reflects adequate but not explicit disclosure.

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?

Three concise sentences: action, output fields, usage. Front-loaded and no redundancy. Every sentence adds value.

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

Completeness4/5

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

For a simple list tool with 3 parameters all documented in schema, the description covers output fields and usage. It does not mention pagination or largest possible result set, but given the tool's simplicity, it is nearly complete.

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 the schema already describes all parameters. The description adds no additional parameter-level meaning beyond referencing harness and fields shown. Baseline of 3 is appropriate.

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?

The description clearly states the tool's action ('List convertible sessions'), specifies the output fields, and distinguishes it from sibling conversion tools by indicating its role in finding session IDs.

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 explicitly says 'Use this to find the session ID to convert', which provides clear usage context. While it doesn't detail when not to use or list alternatives, the sibling tools are implicitly different (conversion vs. listing).

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/megamen32/session-convert'

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