You're viewing a demo portfolio

Join the waitlist
PRSM

browser_take_screenshot

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Capture a PNG screenshot of the page or a specific element. Returns base64-encoded image bytes AND a file_id (persisted in DialogBrain files storage). Pass file_id straight to messages.send(attachment_file_ids=[file_id]) — do NOT call files.upload again. Use sparingly — favor browser.snapshot for structured DOM understanding.

Parameters schema

{
  "type": "object",
  "title": "tool_take_screenshotArguments",
  "required": [
    "page_id"
  ],
  "properties": {
    "ref": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Ref",
      "default": null
    },
    "page_id": {
      "type": "string",
      "title": "Page Id"
    },
    "full_page": {
      "type": "boolean",
      "title": "Full Page",
      "default": false
    },
    "inline_bytes": {
      "type": "boolean",
      "title": "Inline Bytes",
      "default": false
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →