jp_lit_find_authority_terms_by_classification
Retrieve subject heading candidates from NDC classification codes to generate exploratory search terms for unknown books.
Instructions
read-only。Web NDL Authorities で NDC などの分類から対応する件名標目を探し、未知の本を探すための探索語候補を返す。分類記号が分かるときの語彙展開に使い、人名・件名の文字列から典拠候補を探す場合は jp_lit_resolve_authority、文献検索本体は jp_lit_search を使う
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classification | Yes | NDC などの分類記号。例: 910.26。 | |
| scheme | No | 分類体系。既定は NDC10。 | NDC10 |
| limit | No | 返す件名標目候補の最大件数。最大 50。 | |
| force_refresh | No | true の場合はローカル cache を使わず upstream API から再取得する。false の場合は保存済み cache を優先する。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classification | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| items | Yes | ||
| search_hints | Yes | ||
| cache | No |