Skip to main content
Glama

jp_lit_list_cache

Read-onlyIdempotent

List and aggregate local cache entries to locate cache keys by filtering tool, session, saved date, or source. Use for inventorying cached search results without modifying them.

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
itemsYes
limitYes
totalYes
sourceYes
summaryYes
saved_onYes
saved_toYes
cache_keysYes
saved_fromYes
session_idYes
saved_on_resolvedYes
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'read-only' and 'does not modify cache or session' mostly restate the structured metadata. It adds no further behavioral details such as output shape or edge-case behavior, but the output schema and annotations reduce the burden; this is adequate but not beyond baseline expectations.

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 compact and front-loaded with the most important fact ('read-only'), then states the tool's purpose, filter dimensions, and alternatives in three sentences. The final safety statement is somewhat redundant with the annotations but reinforces the non-destructive nature without wasting much space.

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?

For a read-only, filterable listing tool, the description covers purpose, scoping, main use case, and sibling alternatives. With 100% schema coverage, a full output schema, and annotations that disclose the safety profile, nothing essential needed to call this tool correctly is missing.

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?

Schema description coverage is 100%, so the parameters are already well-documented in the schema. The description reinforces that filtering by tool, session_id, saved date, and source is possible, but adds no genuinely new semantic detail beyond what the schema already provides. Baseline 3 is appropriate.

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 specifies a read-only tool that returns a list/aggregation of local cache entries and can be filtered by tool, session_id, saved date, and source. It explicitly names sibling tools (jp_lit_search_cache_index, jp_lit_delete_cache, jp_lit_prune_cache) that cover different operations, so the agent can immediately distinguish this tool from them.

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 states exactly when to use this tool: for inventorying caches to find a cache_key. It also gives explicit alternatives for content search and deletion, telling the agent to use jp_lit_search_cache_index instead for cross-searching saved jp_lit_search contents, and jp_lit_delete_cache or jp_lit_prune_cache for deletion. This is strong routing 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