Skip to main content
Glama

jp_lit_annotate_session

Record selection labels and notes for search results within a research session, keeping original data intact while tracking candidate decisions and evidence.

Instructions

write: session。現在の調査セッション内で、既存の検索・書誌取得結果に候補ラベルと短いメモを保存する。未選別結果そのものや cache は変更せず、採否・保留・弱候補などの選別判断だけを追加する。調査全体の目的・未確認事項・次アクションは jp_lit_update_session_trace、単なる履歴検索には jp_lit_find_sessions / jp_lit_list_sessions を使う

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes注釈対象の結果を生成した tool 名。通常は jp_lit_search または jp_lit_refine_results。
cache_keyYes保存済み tool 実行結果を指す cache_key。jp_lit_search や cache 一覧 tool の戻り値から渡す。
selected_itemsYes現在の調査セッションに保存する選別済み候補。未選別の検索結果そのものは変更しない。
notesNoこの注釈 entry 全体に対する補足メモ。
traceNo検索意図、判断、根拠確認範囲などの調査経過。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
updated_atYes
annotated_countYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that the tool only adds selection decisions without modifying original results or cache. However, it does not mention potential side effects like session existence requirements or error handling, which would make it a 5.

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 short but dense, front-loading the verb and resource, then providing behavioral constraints and sibling tool references. Every sentence earns its place with no wasted words.

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 the nested schema complexity and presence of an output schema, the description is complete. It covers core function, what it does not do, and clearly directs to sibling tools for related tasks.

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. The description adds value by explaining the effect (no modification of unselected results/cache) and confirming the role of selected_items, enriching semantic understanding beyond schema alone.

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 specifies the tool writes candidate labels and notes to existing results within a session, explicitly stating it does not modify unselected results or cache. It clearly distinguishes from sibling tools by naming jp_lit_update_session_trace, jp_lit_find_sessions, and jp_lit_list_sessions.

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 provides explicit guidance: use this tool for annotating within a session, but for overall survey purposes use jp_lit_update_session_trace, and for history search use jp_lit_find_sessions/jp_lit_list_sessions. This clearly defines when to use the tool versus alternatives.

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