pantheon-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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_agentsA | List all available AI agents with their metadata |
| get_agentB | Get a specific agent by name |
| search_agentsA | Search agents by keywords in name, description, or content |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct operation: retrieving a specific agent by name, listing all agents, and searching by keywords. No overlap in purpose.
All tool names follow a consistent verb_noun pattern with snake_case: get_agent, list_agents, search_agents. Perfectly uniform.
Three tools cover the essential query operations for agents. Slightly low count, but well-scoped for a read-only agent directory.
Covers retrieval and search but lacks creation, update, or deletion tools. May be intentional for a read-only surface, but from a general perspective, CRUD operations are missing.