search_lcsh
Retrieve official Library of Congress Subject Headings (LCSH) and related terms by querying the public suggest2 API, enabling precise subject-based searches in AI workflows.
Instructions
Search Library of Congress Subject Headings (LCSH) using the public suggest2 API. Returns a dictionary with the top results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_lcshArguments",
"type": "object"
}