Skip to main content
Glama

MCP Neo4j Server

by da-okazaki

create_relationship

Define relationships between nodes in a Neo4j database by specifying source, target, and relationship type using structured input parameters.

Instructions

Create a relationship between two nodes

Input Schema

NameRequiredDescriptionDefault
fromNodeIdYesID of the source node
propertiesNoRelationship properties
toNodeIdYesID of the target node
typeYesRelationship type

Input Schema (JSON Schema)

{ "properties": { "fromNodeId": { "description": "ID of the source node", "type": "number" }, "properties": { "additionalProperties": true, "description": "Relationship properties", "type": "object" }, "toNodeId": { "description": "ID of the target node", "type": "number" }, "type": { "description": "Relationship type", "type": "string" } }, "required": [ "fromNodeId", "toNodeId", "type" ], "type": "object" }
Install Server

Other Tools from MCP Neo4j 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/da-okazaki/mcp-neo4j-server'

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