get_portfolio_options
Retrieve all option positions within a specified portfolio using the Paper MCP Server, enabling efficient monitoring and management of trading strategies.
Instructions
Get all option positions in a portfolio
Input Schema
Name | Required | Description | Default |
---|---|---|---|
portfolioId | Yes | Portfolio ID |
Input Schema (JSON Schema)
{
"properties": {
"portfolioId": {
"description": "Portfolio ID",
"type": "string"
}
},
"required": [
"portfolioId"
],
"type": "object"
}