Skip to main content
Glama

Paper MCP Server

by paperinvest

get_account_orders

Retrieve order details for a specific account on Paper's trading platform. Specify account ID, page number, and results limit to fetch tailored data for analysis or management.

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