Skip to main content
Glama

jp_lit_find_sessions

Read-onlyIdempotent

Search past research sessions by topic, keywords, candidate titles, or notes. Reuse previous search history to find relevant sessions.

Instructions

read-only。過去の調査セッションを主題・キーワード・候補タイトル・メモから検索する。検索語が分かっていて過去の探索履歴を再利用したいときに使う。検索語を覚えていない場合や新しい順の棚卸しには jp_lit_list_sessions を使う。session や cache は変更しない

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返すセッション候補の最大件数。最大 50。
queryYes過去セッションの検索語。主題、候補タイトル、メモ、検索語 preview に部分一致する。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
limitYes
queryYes
totalYes
Behavior4/5

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

Annotations already provide readonly and idempotent hints. Description adds explicit statement that session and cache are not modified, reinforcing safety beyond 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?

Two concise sentences: first defines purpose, second gives usage guidance. No extraneous information.

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?

Given output schema exists, description provides sufficient context for a search tool: what it searches, when to use, and that it's non-modifying.

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%. Description adds detail for 'query' parameter (matches subject, candidate title, memo, preview) beyond schema's partial-match description.

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?

Description clearly states the tool searches past sessions by topic, keyword, etc., and distinguishes from jp_lit_list_sessions which is for browsing without a search term.

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 tells when to use (when search term is known) and when not (when term is unknown, use list_sessions). Also declares read-only nature.

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