Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ORB_CLOUD_API_KEYYesYour Orb Cloud API token
ORB_CLOUD_CACHE_TTLNoCache TTL in seconds for stable data. Set to 0 to disable caching.300

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_organizationsA

List all Orb Cloud organizations accessible with the configured API key.

list_devicesA

List devices in an Orb Cloud organization with stable configuration details.

Returns device identity, hardware info, location, and configuration — data that changes rarely. For real-time connectivity and performance scores, use get_device_telemetry instead.

Args: organization_id: The organization ID to list devices for.

get_device_telemetryA

Get live telemetry for devices in an Orb Cloud organization.

Returns real-time connectivity status and Orb performance scores. If device_id is provided, returns telemetry for that device only.

Args: organization_id: The organization ID to query devices for. device_id: Optional Orb device ID to filter to a single device.

trigger_speedtestA

Trigger a speed test on an Orb Cloud device.

Args: device_id: The Orb device ID to run the speed test on. test_type: The type of speed test — 'content' measures content delivery performance, 'top' measures peak throughput.

configure_temp_datasetsA

Configure temporary dataset collection and push for an Orb Cloud device.

Enables the device to push data to a custom endpoint or expose a local API for a fixed duration. After the duration expires, the device reverts to its default configuration.

Args: device_id: The Orb device ID to configure. duration: How long to enable the configuration (e.g. '30m', '1h'). datasets_config: Dataset collection and push configuration. If omitted, only the duration is updated.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
resource_organizationsAll Orb Cloud organizations accessible with the configured API key.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/briandconnelly/orb-cloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server