Skip to main content
Glama
auxa-m45

soundcloud-mcp

by auxa-m45

Fetch next page

soundcloud_next_page
Read-onlyIdempotent

Get the next page of SoundCloud results by passing the next_href from a previous response. Continue browsing paginated tracks, playlists, or users without repeating queries.

Instructions

Fetch the next page of any paginated result using the next_href returned by a previous tool call. Only api.soundcloud.com URLs are accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
next_hrefYesThe next_href value from a previous result
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds a concrete behavioral constraint beyond the annotations: only api.soundcloud.com URLs are accepted. It does not describe error handling for invalid URLs, but at this simplicity the added constraint is sufficient context.

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?

Two compact sentences with no filler. The core action and the critical domain constraint are both front-loaded and every word earns its place.

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 single-parameter, read-only, idempotent helper with strong annotations, the description is adequate. It explains what is fetched, where the value comes from, and what kinds of URLs are allowed. Optional details like repeated pagination behavior or error response shapes are not essential here.

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% and already defines next_href as 'the next_href value from a previous result'. The description reinforces this and adds the meaningful api.soundcloud.com URL restriction, giving the agent extra precision about acceptable parameter values.

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 ('Fetch') and clearly identifies the resource ('next page of any paginated result') and the mechanism (next_href from a previous tool call). This distinguishes it from the resource-specific siblings and makes its generic role obvious.

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?

The description clearly states when to use it: after a previous paginated result, passing the returned next_href. It also imposes a domain restriction (only api.soundcloud.com URLs are accepted). However, it does not explicitly mention alternatives like soundcloud_api_request or state when not to use it.

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/auxa-m45/soundcloud-mcp'

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