Skip to main content
Glama

Paper MCP Server

by paperinvest

get_account_orders

Retrieve orders for a specific account by providing the account ID, with options to paginate results by page and limit. Enables efficient tracking and management of trading activities through the Paper MCP Server.

Instructions

Get orders for an account

Input Schema

NameRequiredDescriptionDefault
accountIdYesAccount ID
limitNoResults per page (default: 10)
pageNoPage number (default: 1)

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Account ID", "type": "string" }, "limit": { "description": "Results per page (default: 10)", "type": "number" }, "page": { "description": "Page number (default: 1)", "type": "number" } }, "required": [ "accountId" ], "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