list_capturable_widgets
List the object names of all capturable widgets in a connected Qt application to enable targeted screenshot capture.
Instructions
List the objectNames of widgets in the attached Qt app.
Requires a Qt application that has called qt_mcp.agent.start_agent(window)
and is connected to this server's Unix domain socket.
Returns: {"widgets": ["name1", ...], "count": N}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||