Skip to main content
Glama

Graphistry MCP

Official
by graphistry

apply_ring_categorical_layout

Organize graph nodes into categorical rings based on a specified attribute. Input a graph ID and column like 'type' to visually group nodes by category using Graphistry MCP.

Instructions

Apply a categorical ring layout to the graph using Graphistry's ring_categorical_layout API. Args: graph_id (str): The ID of the graph to modify. ring_col (str): The node column to use for determining ring membership (e.g., a categorical attribute like 'type' or 'group'). Returns: dict: { 'graph_id': ..., 'url': ... } with the updated visualization URL. Example: apply_ring_categorical_layout(graph_id, ring_col='type')

Input Schema

NameRequiredDescriptionDefault
graph_idYes
ring_colYes

Input Schema (JSON Schema)

{ "properties": { "graph_id": { "title": "Graph Id", "type": "string" }, "ring_col": { "title": "Ring Col", "type": "string" } }, "required": [ "graph_id", "ring_col" ], "title": "apply_ring_categorical_layoutArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/graphistry/graphistry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server