Skip to content
Tools/Workspace & Portfolios/list_local_products

list_local_products

Find every .upg file in the current directory and its immediate subdirectories.

Workspace & Portfoliosatomic (read-only)

Arguments

No arguments — this tool takes no input.

Returns

Shape
{ products: Array<{ file, title, stage, nodes, edges }> }

Examples

Live call against the Notion example graph.

Output

{
  "products": [
    {
      "file": "test-fixtures/sample.upg",
      "title": "Example Product Graph",
      "stage": "mvp",
      "nodes": 8,
      "edges": 6
    }
  ]
}

See Also