New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

input.send_actions

PREFERRED multi-step tool: run 1–10 predictable UI actions in one call (input.click_target, input.click_xy, input.type_text, input.send_keys, input.drag, input.scroll). Side effects: all actions execute on the remote desktop; fails fast before sending if any action is invalid. observe_after defau...

SERVERGlasswarp SOURCEhttps://mcp.glasswarp.com/mcp
High RISK CLASS
Category Execute
Parameters 42 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-glasswarp-mcp-server/input.send-actions.md

What input.send_actions does on Glasswarp

AI agents invoke input.send_actions to trigger actions in Glasswarp. 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.

ParameterTypeRequiredDescription
actions array Yes Ordered actions (max 10); input.click_target needs target_id from latest screen.observe
session_id string Yes Active session id
observe_after boolean Default true. When true, return a verification observe in the same result
observe_image boolean Default false. When true with observe_after, include verification JPEG unless changed=false

Parameters from the server's own tool schema.

Why input.send_actions is rated High

This tool triggers external operations (UI automation on a remote Windows PC) whose effects depend entirely on the arguments provided. An AI agent could use this to launch applications, navigate to malicious sites, enter credentials into wrong systems, or trigger unintended desktop actions. While individual actions are reversible, the combination and sequence create unpredictable side effects on a real system.

From the tool's definition Tool executes multiple UI actions on remote desktop: 'run 1–10 predictable UI actions in one call', 'all actions execute on the remote desktop'. Supports click_target, click_xy, type_text, send_keys, drag, scroll — all direct desktop manipulation operations.

Risk signalsHigh parameter count (16 properties)

Questions about input.send_actions

What does the input.send_actions tool do? +

PREFERRED multi-step tool: run 1–10 predictable UI actions in one call (input.click_target, input.click_xy, input.type_text, input.send_keys, input.drag, input.scroll). Side effects: all actions execute on the remote desktop; fails fast before sending if any action is invalid. observe_after defaults true (verification observe: text+targets; set observe_image=true for JPEG). Do not batch across unpredictable waits (page loads, installers, modals) — single-step those. Prefer this over chaining solo click/type/keys tools. It is categorised as a Execute tool in the Glasswarp MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does input.send_actions accept? +

input.send_actions accepts 4 parameters: actions, session_id, observe_after, observe_image. Required: actions, session_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on input.send_actions? +

Register the Glasswarp MCP server in PolicyLayer and add a rule for input.send_actions: 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 Glasswarp. Nothing to install.

What risk level is input.send_actions? +

input.send_actions is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit input.send_actions? +

Yes. Add a rate_limit block to the input.send_actions 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.

How do I block input.send_actions completely? +

Set action: deny in the PolicyLayer policy for input.send_actions. 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.

What MCP server provides input.send_actions? +

input.send_actions is provided by the Glasswarp MCP server (https://mcp.glasswarp.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Glasswarp, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Glasswarp's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.