Skip to main content
Glama

jp_lit_find_authority_terms_by_classification

Retrieve subject headings from Web NDL Authorities for a given NDC classification to generate candidate search terms for unexplored books.

Instructions

external read / local bookkeeping write(非破壊)。Web NDL Authorities で NDC などの分類から対応する件名標目を探し、未知の本を探すための探索語候補を返す。分類記号が分かるときの語彙展開に使い、人名・件名の文字列から典拠候補を探す場合は jp_lit_resolve_authority、文献検索本体は jp_lit_search を使う 外部sourceは変更しない。cache hitでもlocal session履歴を更新し、cache missまたはforce_refreshではlocal cacheを作成・置換する。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返す件名標目候補の最大件数。最大 50。
schemeNo分類体系。既定は NDC10。NDC10
session_idYes調査案件を識別する application state handle。jp_lit_start_session が返した値を渡す。形式は YYYY-MM-DD-HHMMSS-8桁hex(旧形式 YYYY-MM-DD-HHMMSS も可)。MCP transport の接続IDや cache_key とは別物。
force_refreshNotrue の場合はローカル cache を使わず upstream API から再取得する。false の場合は保存済み cache を優先する。
classificationYesNDC などの分類記号。例: 910.26。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cacheNo
itemsYes
limitYes
totalYes
search_hintsYes
classificationYes
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the read/write split: external read but local bookkeeping write, non-destructive, never modifies the external source, and updates local session history even on cache hits while creating/replacing local cache on miss or force_refresh. This is rich, decision-relevant behavioral context that annotations alone do not provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every clause earns its place: purpose, use case, alternatives, and side effects are all covered. It is slightly monolithic as one long sentence, but there is no redundancy or filler.

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 that an output schema exists and annotations cover the safety profile, the description still provides the critical missing context: when to use the tool, which siblings to prefer for other cases, and the cache/session side effects. Nothing essential for correct tool selection or invocation 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 schema already documents every parameter. The description adds high-level context about classification-based vocabulary expansion but no per-parameter detail beyond what the schema provides, so the baseline score of 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 states a specific operation: use Web NDL Authorities to find subject heading candidates from NDC classifications and return exploration terms for unknown books. It also differentiates itself from siblings by explicitly naming jp_lit_resolve_authority and jp_lit_search, so an agent can distinguish it without opening schemas.

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?

It gives explicit when-to-use guidance: use this tool for vocabulary expansion when the classification symbol is known, and explicitly routes to jp_lit_resolve_authority for person-name/subject-string lookups and to jp_lit_search for the main literature search. This is clear and actionable.

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