Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OVH_ENDPOINT | No | OVH API endpoint: eu, ca, us | eu |
| OVH_SERVICES | No | Services to load, comma-separated or * | * |
| OVH_TRANSPORT | No | Transport mode: http or stdio | stdio |
| OVH_CONSUMER_KEY | No | OVH consumer key | |
| OVH_APPLICATION_KEY | No | OVH application key | |
| OVH_APPLICATION_SECRET | No | OVH application secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| execute | Execute JavaScript against the OVH API. Use 'search' first to find endpoints.
Your code must be an async arrow function: Authentication is automatic. Errors (HTTP >= 400) throw exceptions. Examples: |
| search | Search the OVH API OpenAPI 3.1 spec. All configured services are included. The spec is passed as argument to your function.
Your code must be a function that receives Examples: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |