Skip to main content
Glama

jp_lit_list_cache

List and aggregate local caches, filtering by tool, session ID, saved date, or source to locate cache keys for inventory management.

Instructions

read-only。ローカル cache の一覧・集計を返し、tool、session_id、保存日、source で絞り込める。cache_key を探す棚卸しに使う。保存済み jp_lit_search の中身を語で横断検索したい場合は jp_lit_search_cache_index、削除は jp_lit_delete_cache または jp_lit_prune_cache を使う。cache や session は変更しない

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo一覧対象の tool cache 名。未指定なら全 tool cache を対象にする。
session_idNoこのセッションに紐づく cache だけを一覧する。
saved_onNocache 保存日の簡易指定。YYYY-MM-DD, today, yesterday, last_7_days のいずれか。
saved_fromNocache saved_at の下限 ISO datetime。
saved_toNocache saved_at の上限 ISO datetime。
sourceNo保存済み検索結果の source で絞る。source を持たない cache には一致しない。
limitNo返す cache entry の最大件数。最大 500。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
session_idYes
saved_onYes
saved_on_resolvedYes
saved_fromYes
saved_toYes
sourceYes
totalYes
limitYes
cache_keysYes
summaryYes
itemsYes
Behavior4/5

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

The description explicitly states 'read-only' and 'cache や session は変更しない' (does not modify cache or session), which covers the key behavioral trait. With no annotations provided, this is adequate but could be more detailed about potential side effects or performance (e.g., no pagination details).

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 concise, with 4 sentences covering purpose, filtering, use case, alternatives, and safety. It is front-loaded with 'read-only' and avoids redundancy. Every sentence contributes essential 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 the 7 optional parameters, rich schema, and existence of output schema, the description adequately explains the tool's role as a cache inventory listing tool. It covers related sibling tools and clarifies the tool's non-modifying nature, making it complete for an agent to decide when to invoke it.

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?

All 7 parameters are fully described in the input schema (100% coverage) with clear types, formats, and constraints. The tool description adds a high-level summary of filtering dimensions ('tool、session_id、保存日、source で絞り込める') but does not provide significant additional meaning beyond what the schema already offers.

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 clearly states the tool's purpose: 'read-only' listing/aggregation of local cache with filtering by tool, session_id, saved date, and source. It explicitly distinguishes from sibling tools like jp_lit_search_cache_index (for word search inside cache) and jp_lit_delete_cache/jp_lit_prune_cache (for deletion).

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 when-to-use: 'cache_key を探す棚卸しに使う' (inventory to find cache_key). It also specifies when not to use and directs to alternative tools: for cross-searching saved content use jp_lit_search_cache_index, for deletion use jp_lit_delete_cache or jp_lit_prune_cache.

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