mcp-rosario-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 |
|---|---|
| rosario-conocimiento |
TDQS
Scored across 10 tools
Tools fall into clear categories (general query, search sources, domain-specific info), but buscar_fuentes, buscar_instructivos, and buscar_web_oficial share overlapping search purposes and could be confused without careful description reading.
Most tools follow a verb_noun pattern (buscar_*) or domain_info pattern (*_info), but detalle_fuente and consulta_ciudadana deviate slightly from this convention, making the naming less uniform.
With 10 tools, the server is well-scoped for a municipal information assistant, providing enough coverage without unnecessary redundancy.
The server covers the core citizen-information lifecycle well, including source search, news, procedures, and orientations. It intentionally omits transactional actions, but could add directories or event searches to be fully comprehensive.