Skip to main content
Glama

jp_lit_export_session

Export a research session to a Markdown, JSON, or CSL-JSON file for later review. Specify the session ID and optional output path to create a readable record without modifying the session.

Instructions

export/write file。session_id で明示した調査セッションを repo 内の exports/ または output_path に書き出す。既定は Markdown で、人間が読み返しやすい形に整形する。session は読み取るだけで変更しない。cache 一覧や再抽出結果だけを書き出す場合は jp_lit_export_view を使う

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo出力形式。markdown は人間向け、json は完全な構造化ログ、csl-json は文献管理向け。markdown
profileNo書き出す範囲。full_log は全履歴、selected は選別済み候補、unselected は未選別候補。full_log
overwriteNotrue の場合のみ既存ファイルの上書きを許可する。
session_idYes書き出す調査セッションID。
output_pathNo出力先ファイルパス。未指定なら repo 内 exports/ に自動生成する。
include_unselectedNomarkdown/json の full_log で未選別候補を含めるかどうか。
allow_external_pathNotrue の場合のみ repo 内 exports/ 外への書き出しを許可する。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
formatYes
profileYes
item_countYes
session_idYes
exported_atYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Beyond the annotations, the description adds useful behavioral context: the session is only read and not modified, and the default Markdown output is formatted for human readability. Annotations state readOnlyHint=false because the tool writes a file, yet the description clarifies that the source session itself is untouched, which prevents a common misreading. It does not contradict the annotations.

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 compact: two sentences that front-load the core action, then add the default format, the important safety note about the session not being modified, and the sibling alternative. Every sentence earns its place, with no filler.

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?

Despite having seven parameters, the full parameter semantics live in the input schema, and an output schema is present. The description supplies the missing operational context: where output goes, default formatting, read-only treatment of the session, and which sibling to use for lighter exports. Nothing essential is missing.

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 parameters are already fully documented in the input schema. The description only restates session_id, output_path, and the default Markdown format, without adding meaning beyond what the schema provides. This meets the baseline for high schema coverage but does not elevate it.

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 opens with a specific verb and resource: 'export/write file' for the research session identified by session_id. It unambiguously distinguishes this tool from jp_lit_export_view by stating that the latter handles only cache lists or re-extraction results. This is more than sufficient for an agent to know which export tool to select.

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?

The description states the primary use case: writing a session to exports/ or output_path. It also gives an explicit exclusion and alternative: if you only need to write cache lists or re-extraction results, use jp_lit_export_view. This is clear routing between the two export-related siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/itarunnn/jp-lit-mcp'

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