Llama AI MCP Server
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. (Llama AI) |
| get_pricingA | Return the canonical pricing entry point for Llama AI. |
| get_official_linksA | Return the canonical list of official links for Llama AI (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_llamaai | Summarize what the site is, who it's for, and how it works. — Llama AI |
| start_chat_session_llamaai | Open a chat-evaluation session against the site's models, with sensible defaults. — Llama 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 serves a distinct purpose: listing models, getting pricing, and retrieving official links. There is no overlap or ambiguity.
All tool names follow the verb_noun pattern: list_models, get_pricing, get_official_links. Consistent and predictable.
With 3 tools, the set is well-scoped for an informational server, each tool provides essential functionality without being too sparse or bloated.
The tools cover the core needs: models, pricing, and links. A minor gap is the lack of detailed model information or search, but the set is reasonable for a simple info tool.