Skip to main content
Glama
itachiuchihadev

Multi-Provider LLM MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_llmB

Query a supported LLM provider (Gemini, OpenAI, Anthropic, Cohere, Groq, Mistral, OpenRouter) with a prompt and retrieve the model response.

list_providersA

Check status of all LLM providers, showcasing default models, required environment keys, and if keys are set.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

Both tools serve entirely distinct purposes: querying a model vs. listing providers. No overlap or confusion possible.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern in snake_case: query_llm and list_providers. Perfectly uniform.

Tool Count3/5

Only two tools, which is minimal but reasonable for a simple query-and-status server. Not overly sparse, but barely adequate.

Completeness3/5

Covers the two core needs: querying and checking provider availability. Missing advanced features like dynamic key management or model selection, but acceptable for a minimal interface.

Maintenance

ActivityStale
ResponsivenessNo issues