Skip to main content
Glama
smeet666

mcp-libraryofcongress

Read a record

get_item
Read-onlyIdempotent

Read a Library of Congress record using its identifier, with optional sections for citations, resources, and full metadata.

Instructions

Read one Library of Congress record by its identifier, as returned by search_items or search_newspapers. An identifier can carry slashes: a single newspaper issue is named by its paper, its date and its edition together. Sections are opt-in: 'basic' is the default and covers what a description needs. 'citations' returns the ready-made citations the Library publishes for the record. 'resources' lists the served copies, such as page images and downloadable files. 'full_metadata' returns every field the Library publishes for the record, which is large and rarely needed. A long description paginates: when 'next_offset' is not null, call again with 'offset' set to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoWhere to resume the description.
sectionsNoWhich parts to return. Each one beyond 'basic' adds to the size of the answer.
identifierYesRecord identifier, such as '2017645459' or 'sn83045462/1929-02-03/ed-1'.
max_description_charsNoCharacters of the description to return in one call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
notesYes
offsetYes
rightsYesWhat the Library says about reuse. Null when it says nothing, which is not permission.
part_ofYesCollections and divisions the record sits in.
languageYes
locationYes
subjectsYes
citationsNo
resourcesNo
repositoryYesWhere the original is held.
call_numberYes
descriptionYes
next_offsetYesPass as 'offset' to read the rest of the description. Null when it ends here.
full_metadataNo
notes_on_recordYesNotes the Library published about the record itself.
Behavior5/5

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

Annotations already declare readOnly/openWorld/idempotent/non-destructive. The description adds valuable behavioral detail: pagination via 'next_offset' and 'offset', the opt-in nature of sections, and the size trade-offs of 'full_metadata'. No contradiction with annotations.

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 a focused paragraph with no filler. It opens with the core purpose, then systematically explains identifier format, sections, and pagination — every sentence earns its place.

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 rich input schema and presence of an output schema, the description covers the essential operational aspects: identifier variations, section selection, pagination behavior, and size guidance. No critical gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description goes beyond the schema by explaining that identifiers can carry slashes (e.g., newspaper issue naming), what each section returns, and the pagination contract for 'offset' and 'next_offset'.

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 it 'Read one Library of Congress record by its identifier, as returned by search_items or search_newspapers.' This is a specific verb+resource+identifier scope, clearly distinguishing it from the sibling search and list tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool — after obtaining an identifier from a search — and offers guidance on section selection, noting 'full_metadata' is 'large and rarely needed.' It doesn't explicitly name alternative tools for when not to use, but the context is sufficient.

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/smeet666/mcp-libraryofcongress'

If you have feedback or need assistance with the MCP directory API, please join our Discord server