Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
cadastrar_clienteB

Cadastra um novo cliente no sistema. O campo CPF é obrigatório. Se o usuário não fornecer, solicite um CPF (pode ser um gerado para testes).

editar_clienteC

Edita os dados básicos de um cliente já existente pelo ID.

atualizar_endereco_pelo_cpf_e_cepC

Busca o endereço pelo CEP e o vincula automaticamente ao cliente identificado pelo CPF informado.

buscar_cliente_por_cep_ou_cpfA

Busca clientes por parte do endereço (como CEP) ou pelo CPF exato.

atualizar_endereco_diretoA

Atualiza o endereço de um cliente informando o CPF e o texto do endereço por extenso (Rua, Número, Bairro, etc). Use esta ferramenta quando o usuário não quiser usar o CEP.

cadastrar_produtoC

Cadastra um novo produto no inventário.

editar_produtoC

Atualiza dados de um produto existente.

remover_produtoB

Exclui permanentemente um produto pelo ID.

listar_tudoA

Lista todos os clientes e produtos cadastrados.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clear and distinct purpose: two address update methods, search, CRUD for clients and products, and a list-all tool. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase with underscores (e.g., cadastrar_cliente, editar_produto). The pattern is uniform across the set.

Tool Count5/5

9 tools is well-scoped for a management system covering clients and products, providing core operations without being excessive.

Completeness2/5

Missing operations include delete client and individual get for both clients (by ID) and products. The search only covers clients by CEP/CPF, leaving product search absent. These gaps could hinder common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues