get_portfolio
Retrieve detailed portfolio information by specifying a portfolio ID, enabling users to manage and analyze trading data through the Paper MCP Server interface.
Instructions
Get portfolio details
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"
}