get_graph_info
Retrieve details of a stored graph visualization using its unique identifier. Use this tool within Graphistry MCP for efficient analysis and integration of complex network data.
Instructions
Get information about a stored graph visualization.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
graph_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"graph_id": {
"title": "Graph Id",
"type": "string"
}
},
"required": [
"graph_id"
],
"title": "get_graph_infoArguments",
"type": "object"
}