Skip to main content
Glama

Lampions — scrutins publics français

Lister les derniers scrutins majeurs

derniers_scrutins

Liste les scrutins majeurs les plus récents — vote sur l'ensemble d'un texte, motion de censure, déclaration —, du plus récent au plus ancien, filtrables par chambre et par thème. Écarte le flot des amendements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeNoThème du scrutin. Absent : tous les thèmes.
limiteNoNombre de scrutins à rendre (25 au plus).
chambreNoan = Assemblée nationale, senat = Sénat, europe = Parlement européen. Absent : les trois.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It conveys substantive traits: sort order (most recent to oldest), filterability by chamber and theme, and exclusion of amendment votes. It does not describe pagination, response format, or error conditions, but for a read-only list operation these are less critical.

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 two compact sentences. The first front-loads the main purpose, scope, and ordering; the second adds a valuable exclusion with no redundancy.

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 read-only list tool with three optional parameters and no output schema, the description covers what is returned, ordering, filtering, and exclusions. It could mention that lire_scrutin is the way to retrieve full details of a specific vote, but that is not essential to call this tool correctly.

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?

Schema description coverage is 100%, so all three parameters are already documented in the schema. The description adds only that filtering by chamber and theme is possible, which reinforces but does not extend the schema.

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 states a specific verb ('Liste') and resource ('sccrutins majeurs les plus réccents'), defines what qualifies as major (vote sur un texte, motion de censure, déclaration), specifies ordering, and clearly excludes amendments, making it distinct from amendment-level listing tools. Though it does not name the sibling lire_scrutin, the listing vs. reading contrast is inherent.

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 use when recent major votes are needed and explicitly notes that amendments are excluded, which serves as a when-not signal. However, it does not name or contrast the sibling lire_scrutin, nor state when that alternative should be used instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources