Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KOYEB_TOKENYesYour Koyeb API token, which can be created at https://app.koyeb.com/user/settings/api

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-tokenB

Get the Koyeb API token

list-appsD

List apps

get-appC

Get an app by its id

create-appD

Create an app

list-deploymentsC

Get the list of deployments

get-deploymentB

Get a specific deployment by its id

list-instancesD

Get the list of instances

get-instanceC

Get a specific instance by its id

query-logsC

Get the build or runtime logs

list-one-click-appsB

List one-click apps (example applications) that can be deployed on Koyeb

list-servicesC

Get the list of services

get-serviceC

Get a specific service by its id

create-serviceC

Create a new service inside an existing app

update-serviceC

Update a service's configuration by creating a new deployment

deployC

Deploy a directory to Koyeb

execC

Execute a command in a running deployment

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 16 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific resources and actions in the Koyeb platform. For example, create-app vs. create-service target different entities, and get-* tools are clearly scoped to individual resource types. No tools appear to overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern with hyphen separation (e.g., create-app, list-apps, get-service). The pattern is applied uniformly across all 16 tools, making them predictable and easy to understand.

Tool Count4/5

16 tools is slightly on the higher side but reasonable for a comprehensive cloud deployment platform. It covers core operations for apps, services, deployments, instances, and logs without feeling excessively bloated. The count aligns well with the platform's scope.

Completeness4/5

The toolset provides strong coverage for the Koyeb domain, including CRUD operations for key resources (apps, services, deployments, instances) and essential utilities like logs and token management. Minor gaps might include operations like deleting resources or scaling services, but core workflows are well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues