get_screenshot
Access and retrieve Windows screenshot files directly by specifying the file path. Optionally obtain base64-encoded content to share with Claude Code, simplifying interaction without manual file navigation.
Instructions
Get a specific screenshot file path or content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Full path to the screenshot file | |
return_content | No | Return base64 encoded content instead of just the path (default: false) |