Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERBOSE_LOGGINGNoSet to 'true' or '1' to enable detailed loggingfalse
OPENROUTER_API_KEYYesYour OpenRouter API key (required)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
consult_aiA

Consult with an AI model via OpenRouter. You can either specify a model or let the system auto-select based on your task. For sequential multi-model consultation, use the 'models' parameter to specify multiple models.

list_modelsB

List all available AI models with their descriptions and best use cases

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 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: consult_ai is for executing AI consultations, while list_models is for retrieving model information. There is no overlap in functionality, making it impossible for an agent to confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (consult_ai, list_models) with clear, descriptive names. The naming convention is uniform and predictable across the set.

Tool Count2/5

With only two tools, the server feels under-scoped for an 'AI Consultant' domain. While the tools cover consultation and model listing, there are likely missing operations like managing consultation history, configuring model parameters, or handling feedback, making the set feel incomplete for the stated purpose.

Completeness2/5

For an AI consultant server, the tool surface is severely incomplete. It lacks essential operations such as saving or retrieving past consultations, adjusting consultation settings, or providing feedback on model performance. The current tools only cover the most basic consultation flow, leaving significant gaps that will hinder agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues