Skip to main content
Glama

MCP DivulgaCandContas Server

by karnagge

listar_eleicoes_suplementares

Retrieve supplementary elections data for specific Brazilian states and years to access official electoral information from TSE's API.

Instructions

Lista eleições suplementares em um estado e ano específicos

Input Schema

NameRequiredDescriptionDefault
anoYesAno da eleição (ex: 2020)
ufYesSigla da unidade federativa (ex: SP, RJ)

Input Schema (JSON Schema)

{ "properties": { "ano": { "description": "Ano da eleição (ex: 2020)", "maximum": 2025, "minimum": 2000, "type": "number" }, "uf": { "description": "Sigla da unidade federativa (ex: SP, RJ)", "pattern": "^[A-Z]{2}$", "type": "string" } }, "required": [ "ano", "uf" ], "type": "object" }

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/karnagge/mcpcand'

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