Skip to main content
Glama

jp_lit_list_sessions

Read-onlyIdempotent

List past Japanese literature research sessions to review your search history or find sessions to resume. Filter by date, source, or sessions with traces or selected candidates.

Instructions

read-only。過去の調査セッションを新しい順または作成日順に一覧し、trace や選別済み候補の有無、source、日付範囲で絞り込む。検索語を覚えていない調査履歴の棚卸しや再開候補探しに使う。特定語で探す場合は jp_lit_find_sessions を使う。session や cache は変更しない

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返すセッション件数。最大 100。
sourceNo結果を特定 source に絞る。未指定の場合は tool ごとの既定動作に従う。
sort_byNoセッション一覧の並び替え項目。updated_at
has_traceNo調査目的・source plan・次アクションなど trace を持つセッションだけに絞る。
created_toNocreated_at の上限 ISO datetime。
sort_orderNoセッション一覧の並び順。desc は新しい順。desc
updated_toNoupdated_at の上限 ISO datetime。
created_fromNocreated_at の下限 ISO datetime。
has_selectedNo選別済み候補を持つセッションだけに絞る。
updated_fromNoupdated_at の下限 ISO datetime。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
limitYes
totalYes
filtersYes
sort_byYes
sort_orderYes
Install Server

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds value by explicitly stating 'session や cache は変更しない' (does not modify session or cache), which names the specific resources that are unaffected and reinforces the read-only contract in a way that matters to an agent tracking side effects. No contradiction with 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?

Four compact sentences with no filler: read-only status and core function are front-loaded, followed by use cases, alternative tool routing, and a safety note. Every sentence contributes a distinct piece of information, and the description is appropriately sized for a tool with 10 parameters.

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?

The description, combined with full schema coverage and an output schema, fully equips an agent to call this tool correctly. It covers purpose, filters, sort behavior, use case, alternative routing, and side-effect guarantees, leaving no critical gap for a listing operation.

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

Parameters4/5

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

Schema description coverage is 100%, so a baseline of 3 applies. However, the description adds a high-level functional grouping: it maps the listed filters (trace presence, selected-candidate presence, source, date range) to the specific parameter categories, and the ordering phrase ('新しい順または作成日順') clarifies the sort_by/sort_order semantics. This helps an agent select relevant parameters without reading every schema entry.

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 states a specific verb ('一覧し' = list), a clear resource ('過去の調査セッション' = past research sessions), and the key scoping dimensions (ordering, trace/selected presence, source, date range). It also explicitly distinguishes itself from the sibling 'jp_lit_find_sessions' by noting the alternative is for searching by specific terms, so an agent can select this tool confidently.

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 gives explicit use cases: inventorying research history when search terms are not remembered, and finding candidates to resume. It also names the alternative tool 'jp_lit_find_sessions' and states the condition for choosing that instead ('特定語で探す場合は'), offering clear when-to-use vs. when-not-to-use guidance.

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