Render
check_screenshot_cache
Check if a screenshot is already cached without capturing a new one. Does not count against your quota.
Remote snaprender/snaprender
Other tools also called check_screenshot_cache?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "URL to check cache status for (must start with http:// or https://)"
},
"format": {
"enum": [
"png",
"jpeg",
"webp",
"pdf"
],
"type": "string",
"description": "Output format to check cache for (default: png)"
}
}
}