Skip to main content
Glama

Autoconsent MCP

by noisysocks

screenshot

Capture full-page or element-specific screenshots in specified dimensions, with options for base64 encoding, using browser automation for testing Autoconsent rules.

Instructions

Capture screenshots of the entire page or specific elements

Input Schema

NameRequiredDescriptionDefault
encodedNoIf true, capture the screenshot as a base64-encoded data URI (as text) instead of binary image content. Default false.
heightNoHeight in pixels (default: 720)
nameYesName for the screenshot
widthNoWidth in pixels (default: 1280)

Input Schema (JSON Schema)

{ "properties": { "encoded": { "description": "If true, capture the screenshot as a base64-encoded data URI (as text) instead of binary image content. Default false.", "type": "boolean" }, "height": { "description": "Height in pixels (default: 720)", "type": "number" }, "name": { "description": "Name for the screenshot", "type": "string" }, "width": { "description": "Width in pixels (default: 1280)", "type": "number" } }, "required": [ "name" ], "type": "object" }

Other Tools from Autoconsent MCP

Related Tools

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/noisysocks/autoconsent-mcp'

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