Gestao-MCP
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
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.
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.
9 tools is well-scoped for a management system covering clients and products, providing core operations without being excessive.
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.