Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

get_all_orders

Fetch all limit, take profit, and stop loss orders from the Armor Crypto MCP server. Filter by status and retrieve a specified number of recent results for streamlined order management.

Instructions

Retrieve all limit, take profit and stop loss orders. Returns a list of orders.

Input Schema

NameRequiredDescriptionDefault
get_all_orders_requestsYes

Input Schema (JSON Schema)

{ "$defs": { "ListOrderRequest": { "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 30, "description": "number of most recent results to return", "title": "Limit" }, "status": { "anyOf": [ { "enum": [ "OPEN", "CANCELLED", "EXPIRED", "COMPLETED", "FAILED", "IN_PROCESS" ], "type": "string" }, { "type": "null" } ], "description": "status of the orders, if specified filters results.", "title": "Status" } }, "required": [ "status" ], "title": "ListOrderRequest", "type": "object" } }, "properties": { "get_all_orders_requests": { "$ref": "#/$defs/ListOrderRequest" } }, "required": [ "get_all_orders_requests" ], "title": "get_all_ordersArguments", "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/armorwallet/armor-crypto-mcp'

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