Skip to main content
Glama
megamen32

session-convert

by megamen32

convert_by_path

Convert a session file by its direct file path, auto-detecting format from Claude, Codex, or OpenCode. Ideal when the file location is known.

Instructions

Convert a session file by its direct file path. Auto-detects the format (Claude JSONL, Codex rollout JSONL, or OpenCode .db). Useful when you know the exact file location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget harness
sourcePathYesAbsolute path to the source session file (.jsonl or .db)
projectPathNoFor OpenCode target: project directory path
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It mentions auto-detection of format, which is helpful, but fails to disclose side effects (e.g., whether the conversion creates a new file, overwrites, or returns output) or any permissions needed. The disclosure is adequate but not comprehensive.

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 two concise sentences with no redundant information. Every word adds value: it defines the tool, states auto-detection, and gives usage context. Perfectly sized and front-loaded.

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?

Given no output schema and no annotations, the description covers purpose and when-to-use but lacks information about the result of conversion (output format, file creation, return value). It is moderately complete for a simple tool but could include more detail about what happens after conversion.

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 parameters are already documented. The description adds contextual value (auto-detection logic) but does not elaborate on parameter specifics like allowed values for 'to' or path constraints. Baseline 3 is appropriate as the description adds marginal extra meaning.

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 converts a session file by its direct file path and lists the auto-detected formats. It distinguishes from sibling 'convert_session' by emphasizing the file path method, providing a specific verb-resource-scope combination.

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 says 'Useful when you know the exact file location', which implies when to use, but does not explicitly provide when-not-to-use or compare to siblings like convert_session. The guidance is clear but lacks exclusionary context.

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