GitHub Models Helper
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub Personal Access Token with GitHub Models access | |
| GITHUB_MODELS_API_BASE | No | Optional API base URL override (default: https://models.inference.ai.azure.com) |
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": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compare_modelsB | Compare responses from different models for the same prompt |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| compare_models_prompt | Create a comparison prompt with selected models |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no ambiguity or overlap with other tools. The purpose of comparing models is clearly described.
The tool name follows a standard verb_noun pattern ('compare_models'). With a single tool, there is no inconsistency to evaluate.
A single tool feels too few for a server named 'GitHub Models Helper', which implies a broader set of utilities. The scope appears overly narrow.
The server only provides a model comparison tool, leaving obvious gaps such as listing available models or retrieving model details. This significantly limits helper functionality.