Skip to main content
Glama

Pythagraph RED MCP Server

by pythagraph

get_graph_data

Retrieve detailed graph data, including nodes, edges, and statistics, formatted as tables and descriptions. Use to analyze graph structure and gain insights from the Pythagraph RED API.

Instructions

Retrieve detailed graph data from Pythagraph RED API. Returns comprehensive information including nodes, edges, statistics, and metadata formatted as tables and descriptions. Perfect for analyzing graph structure and getting detailed insights.

Input Schema

NameRequiredDescriptionDefault
graphIdYesThe unique identifier for the graph to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "graphId": { "description": "The unique identifier for the graph to retrieve", "type": "string" } }, "required": [ "graphId" ], "type": "object" }

Other Tools from Pythagraph RED MCP Server

Related Tools

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/pythagraph/pythagraph-red-mcp'

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