Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RIDDLE_API_KEYYesYour Riddle API key (format: rdc_live_your_key_here)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
riddle_screenshot

Take a screenshot of a URL using the Riddle API. Returns base64-encoded PNG image.

riddle_batch_screenshot

Screenshot multiple URLs. Returns array of base64 images.

riddle_run_script

Run a Playwright script on a page (async). Returns job_id to check status later.

riddle_get_job

Get status and artifacts of a Riddle job

riddle_automate

Run a Playwright script, wait for completion, and return all artifacts. Includes console logs and network HAR. Full sync automation - one call does everything.

riddle_click_and_screenshot

Simple automation: load URL, click a selector, take screenshot. Good for testing button clicks, game starts, etc. Uses force-click by default to handle animated buttons.

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/davisdiehl/riddle-mcp-server'

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