Graphlit MCP Server

Official
by graphlit
Verified

screenshotPage

Captures web page screenshots from any URL using the MCP server, returning a content identifier for asynchronous processing and integration into Graphlit projects.

Instructions

Screenshots web page from URL. Executes asynchronously and returns the content identifier.

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: fscrivteod