Skip to main content
Glama

bakom_rtv_suche

Read-onlyIdempotent

Search licensed Swiss radio and TV broadcasters by name, media type, or canton. Returns contact and concession information.

Instructions

Konzessionierte und gemeldete Radio- und TV-Sender in der Schweiz suchen.

Durchsucht die BAKOM RTV-Datenbank nach lizenzierten Rundfunkveranstaltern. Filtermöglichkeiten nach Name, Medientyp (Radio/TV) und Kanton.

Args: params (RTVSearchInput): Suchbegriff, Medientyp, Kanton, Limit, Format.

Returns: str: Liste von Rundfunkveranstaltern mit Kontakt und Konzessionsinfos.

Schema: { "resultate": [ { "name": str, "typ": str, "kanton": str | None, "konzession": str | None, "url": str | None, "sprache": str | None } ], "total": int }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds that the tool searches and returns contact/license info, which aligns with annotations. No additional behavioral traits (e.g., rate limits) are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably structured with Args, Returns, and Schema sections, but the first two lines are redundant (both say 'search licensed broadcasters'). Some conciseness could be improved without losing clarity.

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?

Given the complex input (object with 5 sub-properties) and the presence of an output schema in the description, the description is fairly complete. It explains the main filters, the return structure, and the data fields. Minor gaps exist: limit and response_format are only in the schema.

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

Parameters3/5

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

The description's 'Args' section merely repeats parameter names without adding meaning. The input schema already provides descriptions for each parameter (query, media_type, kanton, limit, response_format), making the description redundant. Baseline 3 due to high schema coverage.

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 tool searches for licensed radio and TV broadcasters in Switzerland using the BAKOM RTV database. It uses specific verbs like 'suchen' and 'durchsuchen' and distinguishes from sibling tools focused on frequencies, broadband, transmitters, etc.

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 usage for searching Swiss broadcasters but does not explicitly state when to use this tool versus siblings. While context suggests its niche, no direct alternatives or exclusions are provided.

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

Install Server

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/malkreide/bakom-mcp'

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