Skip to main content
Glama

Certidão de Quitação Eleitoral (TSE)

tse_quitacao_eleitoral_consultar

Read-onlyIdempotent

Emite a certidão de quitação eleitoral de uma pessoa no TSE a partir do nome, CPF, título, data de nascimento e filiação. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CPFYes
NomeYes
NOMEMAEYes
NOMEPAIYes
completoNo
DATANASCIMENTOYes
NUMEROTITULOELEITORALYes

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Despite having annotations (readOnlyHint, idempotentHint, destructiveHint), the description adds significant behavioral context beyond them: it discloses the payment model (pay per query with prepaid credit), the absence of credential requirements, the public nature of the data, and the client's responsibility under LGPD. This enriches the agent's understanding of side effects and obligations.

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 consists of three purposeful sentences, each adding value: the first states the action, the second describes hosting/payment, and the third clarifies data publicity and legal responsibility. There is no redundant fluff or repetition of schema fields, making it efficient and easy to scan.

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 query tool with no output schema, the description covers the core aspects: purpose, input types, payment model, and data source. It mentions 'emite a certidão' hinting at the return value. However, it does not detail the certificate response structure or error cases, nor explain the optional 'completo' parameter, leaving minor gaps.

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?

With 0% schema description coverage, the description must compensate for parameter meaning. It lists the main fields (nome, CPF, título, data de nascimento, filiação), covering 6 of 7 parameters. However, it omits the 'completo' boolean parameter and does not provide format details (e.g., CPF formatting, date format), so the compensation is partial.

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 emits a certificate of electoral clearance (certidão de quitação eleitoral) from TSE, listing the specific inputs (name, CPF, título, birth date, filiação). This is a specific verb+resource combination that unambiguously distinguishes it from the generic sibling tools (authenticate, connect, marketplace, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: hosted by the platform, no credentials required, pay-per-query with prepaid credit, and queries only public-access data from official sources. It implicitly excludes private/sensitive data by stating the information is not private or confidential, but it does not explicitly name alternative tools because no similar siblings exist.

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.6/5.0
Disambiguation4/5

Most tools are clearly distinct: authenticate handles login, connect shows status, marketplace discovers and runs tools, report_bug is for feedback, show_version is for versions, toolkit_info shows installed state, and the TSE tool is a specific query. However, connect and toolkit_info both touch on connection status, which could cause minor confusion.

Naming Consistency2/5

Names follow no single pattern: some are single-word verbs (authenticate, connect), some are verb_noun snake_case (report_bug, show_version), one is a noun_noun (toolkit_info), and the TSE tool is a long snake_case phrase (tse_quitacao_eleitoral_consultar). This mix makes the set feel inconsistent and unpredictable.

Tool Count3/5

Seven tools is a reasonable count, but the set is split between general MCP platform management and a single TSE-specific consultation. This split makes the server feel unfocused and broader than its stated purpose, though it is not extreme.

Completeness2/5

The TSE domain is severely underrepresented, with only one consultation tool and no associated operations like validation or history. The platform management tools are fairly complete but belong to a different domain, leaving the actual stated purpose with significant gaps.