gemmaai-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_modelsA | Return the canonical list of chat models exposed on the site, with capability notes. (Gemma AI) |
| get_pricingC | Return the canonical pricing entry point for Gemma AI. |
| get_official_linksA | Return the canonical list of official links for Gemma AI (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_gemmaai | Summarize what the site is, who it's for, and how it works. — Gemma AI |
| start_chat_session_gemmaai | Open a chat-evaluation session against the site's models, with sensible defaults. — Gemma AI |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| models | Supported chat models and capability notes. |
| pricing | Canonical pricing entry point. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 3 tools
Each tool has a distinctly different purpose: listing models, getting pricing, and getting official links. There is no ambiguity in their roles.
All three tools follow the consistent verb_noun pattern (list_models, get_pricing, get_official_links), making them predictable and easy to understand.
With 3 tools, the set is well-scoped for providing essential information about Gemma AI (models, pricing, links). It is neither too thin nor excessive.
The tool surface covers the key informational needs for Gemma AI. A minor gap is the lack of a tool for detailed per-model capabilities beyond the listing, but overall it is reasonably complete.