Skip to main content
Glama

jp_lit_list_sessions

List and filter past research sessions by date, trace presence, selected candidates, or source to review history and find sessions to resume.

Instructions

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

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
totalYes
sort_byYes
sort_orderYes
filtersYes
itemsYes
Behavior4/5

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

Starts with 'read-only' and explicitly states it does not change sessions or cache. No annotations provided, so description bears full burden; it effectively conveys the non-destructive nature and listing/filtering behavior.

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 sentences, front-loaded with 'read-only,' no redundancy. Every sentence adds value: functionality, usage scenario, sibling differentiation, and safety note.

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?

With 10 optional parameters and an output schema, the description covers all key aspects: filtering dimensions, ordering, purpose, and what it does not do. Complete for a listing tool without needing to detail return format.

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 coverage is 100%, so baseline is 3. Description adds grouping context by summarizing filter capabilities (trace, selected, source, date range) that maps to multiple parameters, providing more meaning than individual descriptions.

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?

States it lists and filters historical research sessions, orders by creation/update date, and can filter by trace, selected candidates, source, and date range. Clearly differentiates from sibling jp_lit_find_sessions which is for searching by specific terms.

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?

Explicitly says to use this tool when you don't remember search terms for inventory or resuming, and to use jp_lit_find_sessions for specific word searches. Also states it does not modify sessions or cache, indicating safe usage.

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

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