Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RIDDLE_API_KEY | Yes | Your 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |