find_elements
AI agents invoke find_elements to trigger actions in Uiautomation. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
The description is empty, so classification relies on context. 'find_elements' most likely queries/searches the UI tree for elements, which would be a Read operation. However, given the server's purpose of UI automation and the presence of action-performing siblings, there's some possibility it could trigger side effects.
From the tool's definition Tool name 'find_elements' on a server described as enabling UI automation including 'exploring UI trees, checking properties, performing actions like clicking and typing'. Sibling tools include 'perform_action', 'activate_window', 'capture_screenshot'.
Attacks that exploit this kind of access
find_elements. It is categorised as a Execute tool in the Uiautomation MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Uiautomation MCP server in PolicyLayer and add a rule for find_elements: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Uiautomation. Nothing to install.
find_elements is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the find_elements rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for find_elements. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
find_elements is provided by the Uiautomation MCP server (miloira/uiautomation-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
find_elements is one line of Uiautomation's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →