Smithery

get_screenshot_status

Check the status of a screenshot job by ID. Returns done/pending/failed and the public URL if ready.

Remote relievedattention992-smithery/screenshotsmcp

Other tools also called get_screenshot_status? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The screenshot job ID returned when the screenshot was created"
    }
  }
}