Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AIVEN_TOKENYesThe authentication token for Aiven
AIVEN_BASE_URLNoThe Aiven API urlhttps://api.aiven.io

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsD
list_servicesD
get_service_detailsD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_service_details retrieves specific service information, list_projects enumerates projects, and list_services enumerates services. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_service_details, list_projects, list_services) with clear, descriptive verbs. The naming is uniform and predictable throughout the set.

Tool Count3/5

With only 3 tools, the set feels thin for managing Aiven services, which typically involve operations like create, update, delete, or start/stop. While the tools are well-defined, the count is borderline low for the apparent scope of cloud service management.

Completeness2/5

The toolset is severely incomplete for Aiven service management, lacking essential CRUD operations (e.g., create_service, update_service, delete_service) and other lifecycle actions (e.g., start, stop, restart). This will cause significant agent failures in handling common workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues