Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DUCKDB_PATHNoLocal DuckDB database path../data/cfm.duckdb
PALAVRAS_CHAVENoComma-separated keywords used for filtering.IA, telemedicina, prontuário eletrônico, algoritmo
SYNC_HORA_LOCALNoFixed local time for scheduled sync.02:00
CRAWLER_DELAY_SEGUNDOSNoInterval 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues