Skip to main content
Glama

Read a person

get_person
Read-onlyIdempotent

Retrieve a person's IMSLP bio record—name, life dates, aliases, and references—by providing their category. Get the details to accurately cite and link the source.

Instructions

Read what IMSLP holds about a person: the name as its page prints it, the life dates it states, the other names it files them under, the registers holding a record of them, and the addresses it points to off the site. The person is named by the category the library addresses them by, written 'Category:Surname, Forename', which search_people finds. The prefix may be left out. Life dates come back in the wording the page used, since the library writes '1861-1934' on one page and '4 March 1861 — 2 November 1934' on another, and a page holding none says so. This reads the person; list_person_works reads what they wrote. When you show a person to a user, credit IMSLP and link the page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesThe person's category, written 'Category:Surname, Forename', for example 'Category:Satie, Erik'. The prefix is added when it is left out.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name as the page prints it, which reads forename first.
notesYes
sourceYes
aliasesYesThe aliases line as published, separated the same way.
licenseYes
categoryYesThe category the library addresses them by.
page_urlYes
life_datesYesThe dates beside the name, exactly as published. Null when the page prints none.
authoritiesYes
catalogued_asYesThe name without the prefix, surname first.
external_linksYes
alternative_namesYesThe other names and transliterations the library files them under, as the line was published. It separates names with commas and a name written surname first carries one of its own, so the line is not cut into a list.
Behavior5/5

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

Even with readOnlyHint and related annotations covering safety, the description adds valuable behavioral context: date formatting varies by page, missing dates are explicitly reported, the category prefix may be omitted, and the output should credit IMSLP with a link. This goes well beyond what annotations or schema state.

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 longer than average, but every sentence contributes: result contents, category format, date-format caveat, sibling distinction, and attribution requirement. It is dense but not padded, though it could be slightly tightened without losing value.

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 output schema exists, the description sufficiently covers how to invoke the tool, what inputs are expected, the variability of life-date formatting, and even user-facing attribution instructions. Nothing critical for correct usage is missing.

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, but the description enriches the single parameter by explaining the category convention, the optional prefix, and how to obtain the category via search_people. This adds meaningful guidance beyond the schema's own text.

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 states a specific verb ('Read') and resource ('what IMSLP holds about a person'), enumerating the exact facets returned: name, life dates, aliases, registers, and off-site addresses. It also distinguishes itself from the sibling list_person_works, making the tool's purpose unambiguous.

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?

It explicitly contrasts with list_person_works ('This reads the person; list_person_works reads what they wrote') and directs agents to search_people for finding the category. It does not enumerate every sibling exclusion, but it gives clear context for the main alternatives.

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-imslp'

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