Skip to main content
Glama

Read the works of a person

list_person_works
Read-onlyIdempotent

List musical works credited to a person in IMSLP as composer, editor, arranger, or performer. Provide the person's category name to retrieve works, with pagination via cursor.

Instructions

Read the works IMSLP files under a person: what a composer wrote, and also what an editor, an arranger or a performer is credited on. 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. IMSLP publishes no count of what a category holds, so 'total' is always null; 'has_more' and 'cursor' say whether the library held more rows and how to read them. A category the library does not hold answers exactly as an empty one does, so an answer with no rows means one of the two rather than a person without works. When you show a work to a user, credit IMSLP and link the page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows to serve, from 1 to 100.
cursorNoThe 'cursor' a previous answer named, to read on from where it stopped. The library writes it itself, so it is passed back as it was given rather than built.
categoryYesThe person's category, written 'Category:Surname, Forename', for example 'Category:Chopin, Frédéric'. The prefix is added when it is left out.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
notesYes
totalYesAlways null: IMSLP publishes no count of what a category holds.
cursorYesThe cursor to read on from, as the library named it. Null when it named none.
sourceYes
licenseYes
resultsYes
categoryYesThe category as it reached the library, prefix included.
has_moreYesTrue when the library named a cursor to continue from.
returnedYes
Behavior5/5

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

Annotations already mark this read-only and idempotent, and the description adds valuable edge-case behavior: total is always null because IMSLP publishes no count, has_more/cursor control pagination, and an unknown category returns exactly the same empty response as a known empty one. This materially affects how an agent should interpret results.

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 front-loaded with purpose, then covers important edge cases concisely. A small amount of redundancy with the schema (prefix may be omitted) keeps it from being perfectly compact, but every sentence contributes.

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?

For a list tool with an output schema, it explains pagination, the null total, the empty-category ambiguity, and the attribution requirement. An agent has enough behavioral context to call it correctly and interpret results without guessing.

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 coverage is 100%, so the schema already documents category, limit, and cursor. The description adds context that category comes from search_people and that cursor relates to has_more, but it largely repeats schema-level detail rather than adding new parameter semantics.

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 opens with a specific verb and resource: 'Read the works IMSLP files under a person', and expands scope to composer/editor/arranger/performer credits. This clearly distinguishes it from siblings like search_works, get_person, and list_work_files.

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 states the tool is for listing works credited to a person and explains that the person must be addressed by a category, which 'search_people finds'. It gives clear identification context but does not explicitly name exclusions or alternate tools to use instead.

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