Skip to main content
Glama

Graphistry MCP

Official
by graphistry

apply_modularity_weighted_layout

Optimize graph visualization by applying modularity-weighted layout to highlight clustered network structures. Returns an updated URL for enhanced data analysis using Graphistry's MCP server.

Instructions

Apply modularity weighted layout to the graph using Graphistry's modularity_weighted_layout API. Args: graph_id (str): The ID of the graph to modify. Returns: dict: { 'graph_id': ..., 'url': ... } with the updated visualization URL. Example: apply_modularity_weighted_layout(graph_id)

Input Schema

NameRequiredDescriptionDefault
graph_idYes

Input Schema (JSON Schema)

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