Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesAPI key
API_FORMATYesAPI format
HTTP_PROXYNoHTTP proxy URL
DESCRIPTIONNoCustom model description
HTTPS_PROXYNoHTTPS proxy URL
API_ENDPOINTNoCustom endpoint
DEFAULT_MODELNoDefault model
ANTHROPIC_VERSIONNoAnthropic API version
DEFAULT_MAX_TOKENSNoDefault max tokens setting
DEFAULT_TEMPERATURENoDefault temperature setting
OPENAI_ORGANIZATIONNoOpenAI organization ID

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
chat_completionB

Send a chat completion request to the configured AI API provider (ANTHROPIC). Supports parameters like model, messages, temperature, max_tokens, stream, etc. Returns the raw response from the API without format conversion.

Custom AI model for enterprise use

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'chat_completion' has a clear, distinct purpose of sending chat completion requests to an AI API provider.

Naming Consistency5/5

The single tool name 'chat_completion' follows a clear and consistent verb_noun pattern. Since there is only one tool, there is no inconsistency to evaluate, and the naming convention is appropriate for its function.

Tool Count2/5

A single tool is generally too few for a server's purpose, as it limits functionality and may indicate an incomplete or overly narrow scope. For an 'MCP AI Gateway' that presumably handles AI interactions, one tool feels insufficient for typical enterprise use cases.

Completeness2/5

The tool surface is severely incomplete for an AI gateway domain. While 'chat_completion' covers basic chat requests, there are obvious gaps such as tools for managing models, handling different API providers, processing responses, or supporting other AI tasks beyond chat completions.

Maintenance

ActivityInactive
ResponsivenessNo issues