Smithery
list_recent_screenshots
List the most recent screenshots taken with this API key. Returns URLs and metadata.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called list_recent_screenshots?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 5,
"maximum": 20,
"minimum": 1,
"description": "Number of screenshots to return"
}
}
}