Analyze portfolio
analyze_portfolioFetch and analyze your Pricempire trader portfolio to get total value, invested amount, profit/loss and ROI, category breakdown, top holdings, and items without price data in a structured JSON output.
Instructions
Fetch your Pricempire trader portfolio(s) once and return a structured analysis: total value, invested amount, profit/loss and ROI, a breakdown by item category (skin/container/glove/agent/charm/sticker) with subtotals and percentages, the top N most valuable holdings, and how many items had no current price match. Output is structured JSON, not prose, so the calling agent can turn it into a narrative for the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Number of top items to include. Defaults to 10. | |
| portfolio | No | Name or slug of a specific Pricempire trader portfolio to use, for accounts with multiple portfolios (e.g. "Main portfolio"). Omit to use all portfolios on the account combined. |