Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAPIDAPI_KEYYesRequired. Your RapidAPI key.
RENDERLY_TIMEOUTNoRequest timeout (seconds).90
RENDERLY_EXTRACT_HOSTNoExtraction API host.article-extraction-api.p.rapidapi.com
RENDERLY_SCREENSHOT_HOSTNoScreenshot API host (see your RapidAPI 'Code Snippets').screenshot-pdf-api2.p.rapidapi.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
screenshotA

Capture a clean screenshot of a web page for AI/vision use.

Cookie/consent banners, ads, and chat widgets are removed by default so the image is clean for vision models. Returns the rendered image.

Args: url: Page URL to capture (http/https). full_page: Capture the entire scrollable page, not just the viewport. block_cookie_banners: Auto-hide cookie banners, ads, and chat widgets. format: "png" or "jpeg". width: Viewport width in pixels. height: Viewport height in pixels.

extractA

Extract the clean main content of a web page for LLMs / RAG.

Renders the page with real Chromium (so JavaScript-built pages work), then strips ads, navigation, and boilerplate. Returns clean Markdown, text, or HTML.

Args: url: Page URL to extract (http/https). format: "markdown", "text", or "html". include_tables: Keep tables in the extracted content.

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/xufei547/renderly-mcp'

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