Skip to content
Tools/Spec Introspection/list_framework_structure_patterns

list_framework_structure_patterns

List valid framework structure-pattern values from `UPG_STRUCTURE_PATTERNS`. Visual topological shapes: tree, table, matrix, funnel, collection, quadrant, flow. Mirrors `UPGFramework.structure.pattern`.

Spec Introspectionatomic (read-only)

Arguments

No arguments — this tool takes no input.

Returns

Shape
{ patterns: string[], total: number }

Examples

Live call against the Notion example graph.

Output

{
  "patterns": [
    "tree",
    "table",
    "matrix",
    "funnel",
    "collection",
    "quadrant",
    "flow"
  ],
  "total": 7
}

See Also