Skip to main content
Glama

get_node_details

Retrieve comprehensive information about a specific node in a knowledge graph, including attributes, relationships, and associated resources for analysis or modification.

Instructions

Get detailed information about a specific node in the graph. This tool must be used in conjunction with the list_graphs tool, as the nodeId must be obtained from the list_graphs response. Use cases:

  1. View complete node attributes

  2. Check associated resources (SVG/Markdown)

  3. Analyze node relationships with others

  4. Check current state before modifying a node

Usage recommendations:

  1. First call list_graphs to get the node list of the target graph

  2. Get the required nodeId from the returned nodes array

  3. Use the obtained graphId and nodeId to call this tool

  4. Check the returned relationship data to determine if further action is needed

Return data:

  • data: Node details

    • id: Node ID

    • name: Node name

    • type: Node type

    • description: Node description

    • filePath: Associated file path

    • metadata: Node metadata

    • resources: Associated resource list

      • id: Resource ID

      • type: Resource type (svg/markdown)

      • title: Resource title

    • relationships: Relationship list

      • id: Edge ID

      • type: Edge type

      • targetNode: Target node information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
graphIdYesGraph ID, must be obtained from list_graphs response
nodeIdYesNode ID, must be obtained from the nodes array in list_graphs response

Latest Blog Posts

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/aiuluna/knowledge-graph-mcp'

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