Skip to main content
Glama

Graphistry MCP

Official
by graphistry

apply_layout

Apply specified layout algorithms (force_directed, radial, circle, grid) to visualize and structure graph data effectively within Graphistry MCP's analytics environment.

Instructions

Apply a layout algorithm to a graph.

Args: graph_id: ID of the graph to apply layout to layout: Layout algorithm to apply (force_directed, radial, circle, grid)

Input Schema

NameRequiredDescriptionDefault
graph_idYes
layoutYes

Input Schema (JSON Schema)

{ "properties": { "graph_id": { "title": "Graph Id", "type": "string" }, "layout": { "title": "Layout", "type": "string" } }, "required": [ "graph_id", "layout" ], "title": "apply_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