Example 4 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
g = ExampleData[{"NetworkGraph", "FlorentineFamilies"}]ExampleData[{NetworkGraph, FlorentineFamilies}]Part[VertexList[g], Ordering[EigenvectorCentrality[g], All, Greater]]VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]Part[VertexList[g], Ordering[ClosenessCentrality[g], All, Greater]]VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]Part[VertexList[g], Ordering[BetweennessCentrality[g], All, Greater]]VertexList[ExampleData[{NetworkGraph, FlorentineFamilies}]]All recipes · Function reference · Use this from an MCP client