action browshot_get_multiple_screenshots_info { label: "Get information about screenshots" description: "Get information about the last 100 screenshots requested." provider: browshot method: GET path: "/screenshot/list" encoding: json input: { type: "object" properties: { limit: { type: "string" } status: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }