radar-cfm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DUCKDB_PATH | No | Local DuckDB database path. | ./data/cfm.duckdb |
| PALAVRAS_CHAVE | No | Comma-separated keywords used for filtering. | IA, telemedicina, prontuário eletrônico, algoritmo |
| SYNC_HORA_LOCAL | No | Fixed local time for scheduled sync. | 02:00 |
| CRAWLER_DELAY_SEGUNDOS | No | Interval between requests to the portal. | 2 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consultar_resolucao_cfmA | Consulta resoluções do CFM relacionadas a um tema. Devolve as resoluções mais relevantes, com número, ano, data, ementa, o trecho em volta do termo buscado e sempre a URL de origem. Resoluções revogadas vêm com vigente=false e o número da que as substituiu. Nunca trate um trecho como "a posição do CFM" sem abrir a fonte: a ementa e o link vêm justamente para isso. Args: tema: assunto a buscar, por exemplo "telemedicina" ou "inteligência artificial". apenas_vigentes: quando True, omite as resoluções já revogadas. |
| monitorar_novas_resolucoesA | Resoluções do CFM publicadas nos últimos dias. Args: dias: tamanho da janela, em dias, a contar de hoje. filtrar_tema: quando True, devolve só as que mencionam os temas configurados (IA, telemedicina, prontuário eletrônico, algoritmo). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
consultar_resolucao_cfm targets historical thematic search across CFM resolutions, while monitorar_novas_resolucoes targets recency-based detection of new publications. Their overlap is limited by the monitor's time window and preconfigured theme filter, so an agent can reliably choose based on temporal versus thematic intent.
Both tool names follow the same verb_object pattern in snake_case: consultar_resolucao_cfm and monitorar_novas_resolucoes. The singular/plural difference is minor and does not create naming inconsistency.
Two tools is on the thin side and below the typical well-scoped range, though each tool maps to a distinct action: searching and monitoring. The count is not excessive, but the server would feel more complete with a direct resolution lookup.
The read-only domain is covered at the core level: thematic consultation and monitoring of new resolutions both return metadata, validity status, and source URLs. The main gap is the lack of a fetch-by-number tool, but agents can usually work around it through the returned links or a topic search.