Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QWEN_MODELNoNome do modelo LLM local. Padrão: local-modellocal-model
QWEN_ENDPOINTNoEndpoint do LLM local compatível com OpenAI. Deve ser localhost. Padrão: http://127.0.0.1:8080/v1http://127.0.0.1:8080/v1
TIMEOUT_CHECAGEM_SEMANTICA_SEGUNDOSNoTimeout em segundos para a checagem semântica. Padrão: 1515

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
validar_nota_soapA

Valida uma nota clínica no formato #TELEMEDICINA# (F/S/O/A/P).

Checa campos obrigatórios, CID, numeração do plano e rodapé por regras determinísticas, e usa o LLM local para conferir coerência entre queixa, exame e conduta, além de sinais de alarme não investigados. A parte do LLM é probabilística e vem marcada como tal; se ele estiver fora do ar, as regras respondem sozinhas.

O texto processado não sai da máquina nem é gravado em lugar nenhum.

Args: texto_nota: a nota completa, como seria colada no prontuário.

sugerir_correcoesA

Devolve a nota com anotações inline do que precisa ser ajustado.

Não reescreve o texto original: cada problema vira uma linha <<AVISO: ...>> logo abaixo da seção correspondente, para o médico decidir o que mudar.

Args: texto_nota: a nota completa a ser anotada.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation4/5

The two tools have distinct outputs: one returns a validation verdict, the other returns inline annotations. They overlap in that both identify problems, but their purposes and return formats are clearly separated.

Naming Consistency4/5

Both names follow a snake_case verb_noun pattern (validar_nota_soap, sugerir_correcoes), which is consistent. The 'soap' qualifier on one name is a minor deviation but does not break the overall style.

Tool Count3/5

Only two tools exist, which feels thin for a general-purpose note-review server. However, the narrow scope of validating and suggesting corrections makes the count acceptable, though barely.

Completeness4/5

The surface covers the core workflow: validate and get inline suggestions. There is no automatic rewrite tool, but the description explicitly states that is intentional, so no obvious dead ends exist.

Maintenance

ActivityMaintained
ResponsivenessNo issues