listScreens
Identify and retrieve all available screens or displays for capturing tasks, enabling AI agents to efficiently manage and work with screen content.
Instructions
List available screens/displays that can be captured
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}