Skip to main content
Glama

Paper MCP Server

by paperinvest

create_batch_orders

Streamline trading by generating multiple orders simultaneously in the Paper trading platform using a single request, enabling efficient portfolio management and trade execution.

Instructions

Create multiple orders at once

Input Schema

NameRequiredDescriptionDefault
ordersYesArray of order objects

Input Schema (JSON Schema)

{ "properties": { "orders": { "description": "Array of order objects", "items": { "properties": { "portfolioId": { "type": "string" }, "quantity": { "type": "number" }, "side": { "type": "string" }, "symbol": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "orders" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paperinvest/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server