Skip to main content
Glama

TradeStation MCP Server

by maven81g

getOrders

Retrieve order history from TradeStation with status filtering options including Open, Filled, Canceled, or Rejected orders.

Instructions

Get order history with optional status filter

Input Schema

NameRequiredDescriptionDefault
accountIdNoAccount ID (optional, uses TRADESTATION_ACCOUNT_ID from env if not provided)
statusNoFilter orders by statusAll

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Account ID (optional, uses TRADESTATION_ACCOUNT_ID from env if not provided)", "type": "string" }, "status": { "default": "All", "description": "Filter orders by status", "enum": [ "Open", "Filled", "Canceled", "Rejected", "All" ], "type": "string" } }, "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/maven81g/tradestation_mcp'

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