Skip to main content
Glama
valado
by valado

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: retrieving a specific agent by name, listing all agents, and searching by keywords. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_agent, list_agents, search_agents. Perfectly uniform.

Tool Count4/5

Three tools cover the essential query operations for agents. Slightly low count, but well-scoped for a read-only agent directory.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues