Skip to main content
Glama
akiojin

Model Hub MCP

by akiojin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_API_KEYNoYour Google API key
OPENAI_API_KEYNoYour OpenAI API key
ANTHROPIC_API_KEYNoYour Anthropic API key

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
list_modelsC

List all available models from a specific provider

get_modelC

Get details of a specific model from a provider

list_all_modelsB

List all available models from all configured providers

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation2/5

The tools 'list_all_models' and 'list_models' have overlapping purposes that could cause confusion, as both involve listing models with only a subtle distinction (all providers vs. specific provider). The 'get_model' tool is distinct, but the ambiguity between the two listing tools is significant enough to risk misselection by an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_model, list_all_models, list_models), using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention.

Tool Count3/5

With only 3 tools, the server feels thin for a 'Model Hub' domain, which might involve more operations like uploading, updating, or deleting models. While the count is not extreme, it borders on being under-scoped for the apparent purpose.

Completeness2/5

The tool surface is significantly incomplete for a model hub domain. There are no tools for creating, updating, or deleting models, and no operations for managing providers or configurations. This leaves obvious gaps that could cause agent failures in common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues