Skip to main content
Glama

TradeStation MCP Server

by maven81g

searchSymbols

Find trading symbols by search criteria and filter by asset type to identify securities for market analysis and trading decisions.

Instructions

Search for symbols (Note: Symbol search not available in TradeStation v3 API - use getSymbolDetails instead with known symbols)

Input Schema

NameRequiredDescriptionDefault
criteriaYesSearch criteria
typeNoSymbol type filterall

Input Schema (JSON Schema)

{ "properties": { "criteria": { "description": "Search criteria", "type": "string" }, "type": { "default": "all", "description": "Symbol type filter", "enum": [ "stock", "option", "future", "forex", "all" ], "type": "string" } }, "required": [ "criteria" ], "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