Skip to content
Tools/Spec Introspection/list_cross_edge_types

list_cross_edge_types

List the canonical cross-product edge types from `UPG_CROSS_EDGE_TYPES`: `shares_persona`, `shares_competitor`, `shares_metric`, `depends_on_product`, `cannibalises`, `succeeds`. Portfolio-level relationships across products. Distinct from the within-product `UPG_EDGE_CATALOG`.

Spec Introspectionatomic (read-only)

Arguments

No arguments — this tool takes no input.

Returns

Shape
{ count, types: readonly UPGCrossEdgeType[] }

Examples

Live call against the Notion example graph.

Output

{
  "count": 6,
  "types": [
    "shares_persona",
    "shares_competitor",
    "shares_metric",
    "depends_on_product",
    "cannibalises",
    "succeeds"
  ]
}

See Also