Focused Controls
Ansight Studio MCP tools for reading controls focused from Ansight Studio visual-tree tooling.
Use these Ansight Studio-owned MCP tools when an agent needs to inspect the focused controls tracked by Ansight Studio visual-tree tooling.
These tool names are the MCP tools/call names exposed by Ansight Studio.
| Tool | Capability |
|---|---|
ansight_list_focused_controls | List the controls currently focused from Ansight Studio visual tree tooling, including node metadata and bounds. |
ansight_get_focused_control | Return the focused control from Ansight Studio visual tree tooling for an agent, including the node snapshot, local bounds, absolute bounds, and normalized screenshot bounds. |
Typical Use
Use focused-control tools when an investigation is anchored to the control selected in Ansight Studio. Start with ansight_list_focused_controls to see available focus targets, then call ansight_get_focused_control when the agent needs the full node snapshot and bounds for one target.