Artist albums
get_v1_1_artist_albumsArtist albums Group: Artists. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Artist ID | |
| limit | No | ||
| offset | No |
get_v1_1_artist_albumsArtist albums Group: Artists. Billing per call: 1 Credits. Agents can pay per call ($0.01 via x402/MPP, no API key).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Artist ID | |
| limit | No | ||
| offset | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it reveals almost nothing: no mention of pagination, response format, authentication needs, rate limits, or side effects. 'Billing per call' is an operational detail, not behavioral transparency. The description does not contradict annotations, but it is far below what is needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short, but this reads as under-specification rather than conciseness. 'Artist albums' is redundant with the title/name, and the remaining sentences ('Group: Artists', 'Billing per call: 1 Credits') do not help an agent choose or invoke the tool. No sentence contributes functional value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, no annotations, and a low description coverage for parameters, this description is severely incomplete. It does not explain what the endpoint returns, how to construct a valid request, or how this endpoint fits into the broader artist/album API family. An agent has insufficient information to select or call the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, covering just 'id' with 'Artist ID', while limit and offset are undocumented. The tool description adds no parameter meaning whatsoever, failing to compensate for the low schema coverage. An agent must guess that limit/offset are for pagination and that id refers to an artist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Artist albums' is a noun phrase that merely restates the tool name/title without a verb or explicit action such as 'list' or 'retrieve'. It does not clarify whether this returns an artist's album discography and cannot be distinguished from siblings like get_v1_1_artist_singles or get_v1_1_artist_discography_overview.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus alternatives. The only additional text is 'Group: Artists' and 'Billing per call: 1 Credits,' which are metadata, not usage instructions. There is no mention of intended use cases, prerequisites, or comparison to similar endpoints.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.