Skip to main content
Glama
amirdaraee

Luxembourg MCP

by amirdaraee

get_commune_leaders

Retrieve current mayor and aldermen for Luxembourg communes, with an optional commune name filter to focus on a specific area.

Instructions

Get the current mayor and aldermen of Luxembourg communes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
communeNoOptional commune-name filter

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.7.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions 'current', implying non-historical data, but does not state whether omitting the commune parameter returns all communes, what the response format is, or any error or rate-limit behavior. Significant behavioral details are missing.

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 that is efficient and front-loaded with the action and resource. It contains no filler or redundant information, making it easy for an agent to parse quickly.

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

Completeness2/5

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

For a tool with a single optional parameter and no output schema, the description omits critical context: it does not clarify the behavior when the commune filter is omitted (likely returns all communes), nor what fields the response contains (e.g., names, party, contact). This leaves an agent uncertain about the tool's full scope and expected output.

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 schema already documents the 'commune' parameter with the description 'Optional commune-name filter', and schema coverage is 100%. The tool description adds no additional meaning about the parameter beyond what the schema provides, so the baseline of 3 applies.

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 verb 'Get' and the resource 'mayor and aldermen of Luxembourg communes', which is specific and distinguishes it from sibling tools like get_commune_population or get_election_results. The geographic scope and the specific role are unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any exclusions or context such as 'use this for current leadership data, not historical'. The purpose is implied but no explicit usage direction is given.

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