Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CUEAPI_API_KEYYesYour CueAPI API key, generated at cueapi.ai
CUEAPI_BASE_URLNoBase URL for self-hosting CueAPI, used alongside CUEAPI_API_KEY

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cueapi_create_cueA

Create a new CueAPI cue — a scheduled job that fires a callback (or enqueues worker work) on a cron or one-time trigger.

cueapi_list_cuesC

List cues on the authenticated account, optionally filtered by status.

cueapi_get_cueA

Fetch a single cue by ID, including current schedule and most recent execution.

cueapi_pause_cueA

Pause a cue. Paused cues do not fire until resumed.

cueapi_resume_cueB

Resume a previously-paused cue.

cueapi_delete_cueA

Delete a cue permanently. Irreversible.

cueapi_list_executionsB

List executions — the historical record of times a cue actually fired. Optionally filter by cue, status, or paginate.

cueapi_report_outcomeA

Report the outcome of an execution. CueAPI's core accountability primitive: attach evidence (external_id, result_url, summary) that proves the work actually happened. Write-once — the outcome record is immutable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/cueapi/cueapi-mcp'

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