list_portfolios
List portfolios from the portfolio document (`.upg/portfolio.upg`). Portfolios represent the strategic axis (where we invest). Returns an empty list when no portfolio document exists yet.
Workspace & Portfoliosatomic (read-only)
Arguments
No arguments — this tool takes no input.
Returns
Shape
{ portfolios: Array<{ id, title, description?, parent_portfolio_id?, hierarchy_model?, products? }>, total }Examples
Live call against the Notion example graph.
Output
{
"portfolios": [],
"total": 0
}