place_equity_order

Place a real equity order with the user's funds in the Agentic account.

Server Robinhood Agentic Trading https://agent.robinhood.com/mcp/trading
Category Financial
Risk class Critical
Parameters 73 required

What place_equity_order does on Robinhood Agentic Trading

AI agents use place_equity_order to commit financial operations through Robinhood Agentic Trading — usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
side string Yes
amount number
symbol string Yes
quantity number
order_type string Yes
limit_price number
time_in_force string

Parameters from the server's own tool schema.

Why place_equity_order needs a policy

This tool directly moves or commits the user's money by placing real equity orders. Financial transactions represent the most severe risk category per the classification hierarchy. The critical severity reflects the unlimited blast radius: an AI agent with access could place arbitrary equity orders, potentially causing substantial financial losses.

From the tool's definition Tool name 'place_equity_order' combined with description 'Place a real equity order with the user's funds in the Agentic account.' The phrase 'real equity order' and 'user's funds' explicitly indicate execution of financial transactions that commit monetary…

Risk signalsMoves real money. Irreversible once filled. No broker-side cap on order size or frequency — the only limit is the balance the user funded the Agentic account with. Prime target for prompt-injected ticker/quantity tampering

Questions about place_equity_order

What does the place_equity_order tool do? +

Place a real equity order with the user's funds in the Agentic account. It is categorised as a Financial tool in the Robinhood Agentic Trading MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does place_equity_order accept? +

place_equity_order accepts 7 parameters: side, amount, symbol, quantity, order_type, limit_price, time_in_force. Required: side, symbol, order_type. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on place_equity_order? +

Register the Robinhood Agentic Trading MCP server in PolicyLayer and add a rule for place_equity_order: 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 Robinhood Agentic Trading. Nothing to install.

What risk level is place_equity_order? +

place_equity_order is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit place_equity_order? +

Yes. Add a rate_limit block to the place_equity_order 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 place_equity_order completely? +

Set action: deny in the PolicyLayer policy for place_equity_order. 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 place_equity_order? +

place_equity_order is provided by the Robinhood Agentic Trading MCP server (https://agent.robinhood.com/mcp/trading). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

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.