Skip to content
Tools/Areas & Change Log/list_product_areas

list_product_areas

List product areas from the portfolio document (`.upg/portfolio.upg`). Returns an empty list when no portfolio document exists yet.

Areas & Change Logatomic (read-only)

Arguments

No arguments — this tool takes no input.

Returns

Shape
{ areas: Array<{ id, title, strategic_priority?, parent_area_id?, products? }>, total }

Examples

Live call against the Notion example graph.

Output

{
  "areas": [],
  "total": 0
}

See Also