action browshot_search_screenshot { label: "Search for screenshots" description: "Search for screenshots of a specific URL." provider: browshot method: GET path: "/screenshot/search" encoding: json input: { type: "object" properties: { limit: { type: "string" } status: { type: "string" } url: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }