Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OVH_APP_KEYNoApplication key for API key authentication
OVH_ENDPOINTNoOVH API endpoint (e.g., ovh-eu)
OVH_CLIENT_IDNoClient ID for OAuth2 authentication
OVH_APP_SECRETNoApplication secret for API key authentication
OVH_CONSUMER_KEYNoConsumer key for API key authentication
OVH_CLIENT_SECRETNoClient secret for OAuth2 authentication

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
ovh_initialize_clientB

Initialize OVH API client with credentials

ovh_oauth2_initializeC

Initialize OVH API client with OAuth2 credentials

ovh_requestC

Make a request to OVH API

ovh_get_user_infoB

Get current user information

ovh_get_billsB

Get user bills

ovh_get_servicesC

Get user services

ovh_get_payment_methodsC

Get user payment methods

ovh_get_ordersC

Get user orders

ovh_get_cloud_projectsC

Get cloud projects

ovh_get_dedicated_serversB

Get dedicated servers

ovh_get_vpsC

Get VPS instances

ovh_get_ipsC

Get IP addresses

ovh_get_vrackA

Get vRack information

ovh_get_load_balancersC

Get load balancers

ovh_get_ssl_certificatesC

Get SSL certificates

ovh_get_dbaas_logsC

Get DBaaS Logs services

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 16 tools

Disambiguation4/5

Most tools target distinct resources (bills, cloud projects, etc.) and are clearly differentiated. However, the generic `ovh_request` tool overlaps with all specific get tools, causing potential confusion for an agent in choosing between them.

Naming Consistency5/5

All tools follow a consistent `ovh_` prefix. Get tools consistently use `ovh_get_<resource>`, while initialization and request tools use other verbs but still follow the same prefix and underscore pattern, making the naming predictable.

Tool Count5/5

With 16 tools, the server covers a broad set of OVH resources without being overwhelming. This count is well-suited for an API wrapper, providing focused functionality for common operations.

Completeness2/5

The tool set is heavily skewed toward read-only operations (all get tools) and lacks any specialized write tools (create, update, delete). The generic `ovh_request` tool can fill some gaps but is not a substitute for dedicated CRUD tools. This leaves significant gaps in the expected lifecycle coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues