Skip to main content
Glama
maxim75

radiobrowser-api-mcp

by maxim75

list_languages

Get a list of broadcast languages with station counts from the Radio Browser directory. Use an optional filter to narrow results for language-specific radio station research.

Instructions

Broadcast languages with station counts (GET /json/languages[/{filter}]).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo
timeoutNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

Without annotations, the description carries the behavioral disclosure burden. It does state the HTTP method (GET) and the result shape (languages with station counts), conveying a read-only aggregate lookup. However, it does not mention auth, rate limits, pagination, or empty-result behavior.

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 sentence with no filler. The main purpose is front-loaded, and the endpoint is included as compact useful precision rather than clutter.

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

Completeness3/5

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

For a simple two-parameter list call with an output schema, the description is adequate but has clear gaps. It omits filter semantics and timeout meaning, and with no annotations or schema-level documentation, the agent is left to guess on non-default usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the two parameters. It only shows filter as a URL path placeholder and says nothing about valid filter values or format; the timeout parameter is entirely unexplained. An agent cannot confidently construct a non-default filter from this text.

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 clearly states the operation and resource: 'Broadcast languages with station counts' and specifies the GET endpoint. This distinguishes it from sibling station-search tools because it returns aggregate counts per language rather than individual station records.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the use case—retrieve available languages and their station counts—but it does not explicitly state when to prefer this tool over siblings like find_stations_by_language or other list_* tools. No exclusions or alternative routing are provided.

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

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/maxim75/radiobrowser-api-mcp'

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