Skip to main content
Glama

link_research_nodes

Create relationships between research nodes to connect ideas using support, contradiction, extension, or prerequisite links for organizing interconnected research concepts.

Instructions

Create a relationship/link between two research nodes (beyond parent-child)

Input Schema

NameRequiredDescriptionDefault
sourceIdYesSource node ID
targetIdYesTarget node ID
relationshipTypeYesType of relationship
notesNoNotes about this relationship

Input Schema (JSON Schema)

{ "properties": { "notes": { "description": "Notes about this relationship", "type": "string" }, "relationshipType": { "description": "Type of relationship", "enum": [ "supports", "contradicts", "extends", "relates_to", "prerequisite" ], "type": "string" }, "sourceId": { "description": "Source node ID", "type": "string" }, "targetId": { "description": "Target node ID", "type": "string" } }, "required": [ "sourceId", "targetId", "relationshipType" ], "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/k-chrispens/tiling-trees-mcp'

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