get_portfolio_equities
Retrieve all equity positions in a specific portfolio by providing the portfolio ID. Use this tool on the Paper MCP Server to manage and analyze portfolio holdings effectively.
Instructions
Get all equity 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"
}