Skip to main content
Glama

get_popular_albums

Find out which albums are currently trending among AOTY users. Retrieve a list of popular albums to see what the community is listening to.

Instructions

List albums currently popular with the AOTY community.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that the tool lists popular albums; it does not disclose how popularity is determined, whether results are ordered, if pagination exists, or whether any authentication or rate limits apply. The read-only nature is implied but not explicit.

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 single, efficient sentence with no filler. The resource and scope are clearly presented, and every word contributes to understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless list tool with an output schema available, the description provides enough context to understand the core purpose. The main gap is the lack of clarity on the exact meaning of 'popular' and any ordering or recency behavior, but the output schema likely covers return details.

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?

The tool has zero parameters, so the schema fully covers parameter needs. The description adds no parameter-specific information, which is acceptable for a parameterless tool, yielding the baseline of 4.

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 uses a specific verb ('List') and a specific resource ('albums currently popular with the AOTY community'), clearly communicating what the tool returns. This also distinguishes it from sibling tools like get_new_releases or get_popular_singles, which target different album scopes.

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

Usage Guidelines2/5

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 closely related siblings such as get_popular_singles, get_anticipated_albums, or get_new_releases. There are no stated exclusions, alternatives, or selection criteria beyond the implicit meaning of the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/obrien-matthew/mcp-aoty'

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