Skip to main content
Glama
ironlam

Poligraph MCP Server

by ironlam

get_vote_stats

Read-only

Get vote statistics by party, including cohesion scores, divisive votes, and global distribution. Filter by chamber (National Assembly or Senate).

Instructions

Obtenir les statistiques de vote par parti : cohésion, scrutins divisifs, distribution globale.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chamberNoFiltrer par chambre : AN (Assemblée) ou SÉNAT
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read behavior is clear. The description adds context about the type of statistics returned but does not elaborate on output format, pagination, or data scope.

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?

One concise sentence that front-loads the tool's purpose. No extraneous words or redundancy.

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?

While the description lists three statistic categories, it lacks an explanation of the output format or any nuances (e.g., time range, data aggregation level). For a simple read-only tool with one optional filter, it is minimally adequate but could be more informative.

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 single parameter 'chamber' is fully described in the input schema (100% coverage). The description does not add additional meaning beyond the schema's enum and description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves vote statistics by party, listing three aspects: cohesion, divisive votes, global distribution. This distinguishes it from sibling tools like list_votes which likely return individual votes, but does not fully describe the output structure.

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?

No guidance on when to use this tool versus alternatives such as list_votes or get_politician_votes. The description provides no context for decision-making.

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/ironlam/poligraph-mcp'

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