get_account_portfolios
Retrieve all portfolios linked to a specific account ID using the Paper MCP Server, enabling streamlined account management and portfolio tracking.
Instructions
Get all portfolios for an account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | Account ID |
Input Schema (JSON Schema)
{
"properties": {
"accountId": {
"description": "Account ID",
"type": "string"
}
},
"required": [
"accountId"
],
"type": "object"
}