WebSim Explorer

list_project_screenshots

Get screenshots of a WebSim project revision. Perfect for 'Show me screenshots of project [ID]' or 'What does [project] version [X] look like?' questions.

Remote gigachadtrey/websimm

Other tools also called list_project_screenshots? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the WebSim project"
    },
    "version": {
      "type": "number",
      "default": 1,
      "description": "Project revision version number (default: 1)"
    }
  }
}