Skip to main content
Glama

Situação Eleitoral (TSE)

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, so the description's burden is lower. It adds useful context about both platform and adapter versions, but says nothing about return format or any potential side effects. For a simple read-only operation, this is adequate but not rich.

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, front-loaded sentence of nine words, with zero filler. It states the action and resource clearly and efficiently.

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

Completeness5/5

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

For a parameterless, read-only version query, the description fully captures the purpose and necessary context. The annotations provide safety information, and the lack of an output schema does not represent a significant gap for such a simple tool.

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

Parameters4/5

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

The tool has zero parameters, so the description cannot add parameter-level meaning. With no parameters to document, the baseline of 4 applies since there is nothing to compensate for.

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's function: showing the current MCP platform and adapter versions. It uses the verb 'Show' and specifies the resource, distinguishing it from sibling tools like toolkit_info which likely provides broader toolkit information.

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 gives no explicit guidance on when to use this tool versus alternatives. It does not reference sibling tools like toolkit_info, nor does it mention any exclusions or context that would help an agent choose this tool over others.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Tools are mostly distinguishable: the domain query is unique, and platform tools like authenticate, connect, and report_bug have clear roles. However, connect and toolkit_info both report connection status, and marketplace handles a wide range of actions, causing minor overlap.

Naming Consistency2/5

Names mix verbs (authenticate, connect), nouns (marketplace), and underscores with inconsistent ordering (report_bug vs toolkit_info vs situacao_eleitoral_consultar). There is no uniform verb_noun pattern across the set.

Tool Count4/5

Seven tools is a reasonable count for a platform wrapper with one domain integration. Each tool serves a purpose, though show_version is trivial and marketplace is oversized.

Completeness3/5

The domain surface is minimal—only a single consult operation for electoral status, which is appropriate for a read-only public query. The platform tools extend capability via the marketplace, but for a dedicated TSE server, additional operations like batch or status checks are missing.