mcp-roldan-municipal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consulta_ciudadanaA | Responder una consulta ciudadana usando fuentes oficiales públicas. Read-only: no reserva turnos, no envía reclamos/denuncias ni procesa pagos. Incluye intención, fuentes, acciones sugeridas y límites. |
| buscar_fuentesA | Buscar fuentes oficiales públicas por consulta/categoría. Usar antes de contestar si necesitás citar URLs exactas. |
| detalle_fuenteA | Ver detalle de una fuente pública por ID devuelto por buscar_fuentes. |
| buscar_noticiasA | Buscar noticias oficiales cuando el municipio expone API pública. Read-only. |
| buscar_instructivosA | Buscar en índice documental oficial generado desde páginas/PDFs públicos. Usar para requisitos, documentación, obras, licencias, tasas y trámites. Devuelve fragmentos y URLs oficiales; no inventar requisitos fuera de los fragmentos. |
| buscar_web_oficialA | Buscar en vivo en el sitio oficial cuando existe adaptador. En Rosario usa el buscador HTML oficial. Read-only y con URLs oficiales. |
| reclamos_infoA | Derivar reclamos/denuncias a canales oficiales y sugerir qué datos preparar. No envía el reclamo. |
| pagos_infoA | Orientar sobre pagos/tasas/tributos con límites: no consulta deuda personal ni procesa pagos. |
| turnos_infoA | Orientar sobre turnos/atención; no reserva ni confirma turnos. |
| tramites_infoC | Orientar sobre trámites municipales generales y buscadores oficiales. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| roldan-conocimiento |
TDQS
Scored across 10 tools
Each tool has a clear target: general queries, search by type (sources, news, documents, live web), source details, and domain-specific guides. The four buscar_* tools overlap somewhat but descriptions specify the content scope, making them distinguishable.
There is a mix of patterns: buscar_* for search, *_info for guidance, consulta_ciudadana as a noun phrase, and detalle_fuente as a noun-noun. This is not chaotic but lacks a single consistent verb_noun convention across all tools.
With 10 tools, the server is well-scoped for a municipal information assistant. Each tool covers a distinct aspect without redundancy or bloat.
The set covers general queries, multiple search types, and guidance for complaints, payments, appointments, and procedures. It intentionally avoids write actions, which is clearly stated, so no major gaps exist, though a tool for location-based services could be a minor addition.