Skip to main content
Glama
wganalytics

mcp-secure-server-giulia-ai

by wganalytics

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GIULIA_AI_API_KEYYesThe full API key (sk-{user_id}-{secret}) used to authenticate with the MCP server.

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tool_seguraA

Valida a API Key e retorna uma saudação com os dados do usuário autenticado.

listar_usuariosA

Lista todos os usuários cadastrados no sistema. Retorna nome e email de cada usuário.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

Each tool targets a distinct function: one validates the API key and authenticates the user, the other lists all users. There is no overlap or ambiguity between them.

Naming Consistency2/5

The tool names are inconsistent: 'tool_segura' uses a vague 'tool_' prefix with a non-verbal name, while 'listar_usuarios' follows a clear verb_noun pattern. This mixed convention makes the set feel uncoordinated.

Tool Count3/5

Two tools is at the low end of the acceptable range. It is understandable for a limited server, but the small count feels thin relative to the 'secure server' positioning.

Completeness2/5

The server covers authentication validation and listing users, but lacks user management operations such as get by ID, create, update, or delete. This creates significant gaps in the implied user management domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues