Artist featuring
get_v1_1_artist_featuringArtist featuring 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 |
get_v1_1_artist_featuringArtist featuring 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 |
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, but it only offers a billing line and a label. It does not disclose output type, side effects, or data scope.
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 text is short but wastes its two sentences on a label and billing note. It is under-specified rather than concise, so it fails to earn high marks for effective structure.
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?
For a simple one-parameter tool, the description omits the core meaning of 'Artist featuring,' which is essential for an agent to decide if this matches a user request. The naming and siblings suggest a music metadata operation, but the description does not confirm.
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 covers the single parameter 'id' with description 'Artist ID', so the schema provides clear parameter semantics. The description does not contradict or add further meaning, warranting baseline score.
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 featuring' merely repeats the tool name and title without explaining what the operation does. It adds 'Group: Artists' and billing info, but does not clarify whether this returns featuring artists or artists featuring someone. This fails to distinguish from siblings like get_v1_1_artist_albums.
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?
The description provides no guidance on when to use this tool over alternatives, nor any mention of typical scenarios or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.