Skip to main content
Glama

Graphistry MCP

Official
by graphistry

apply_time_ring_layout

Arrange graph nodes in a time-based ring layout using a specified datetime column to visualize chronological relationships and patterns in network data.

Instructions

Apply a time ring layout to the graph using Graphistry's time_ring_layout API. Args: graph_id (str): The ID of the graph to modify. time_col (str): The node column to use for determining ring position (should be a datetime or timestamp attribute, e.g., 'created_at'). Returns: dict: { 'graph_id': ..., 'url': ... } with the updated visualization URL. Example: apply_time_ring_layout(graph_id, time_col='created_at')

Input Schema

NameRequiredDescriptionDefault
graph_idYes
time_colYes

Input Schema (JSON Schema)

{ "properties": { "graph_id": { "title": "Graph Id", "type": "string" }, "time_col": { "title": "Time Col", "type": "string" } }, "required": [ "graph_id", "time_col" ], "title": "apply_time_ring_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