get_node_relationships
ActiveTool of RationalBloks
declared in 0.10.2
Get all relationships connected to a specific node. Supports direction filtering (incoming, outgoing, both) and relationship type filtering.
Parameters schema
{
"type": "object",
"required": [
"project_id",
"entity_type",
"entity_id"
],
"properties": {
"direction": {
"type": "string",
"description": "Filter: incoming, outgoing, or both (default: both)"
},
"entity_id": {
"type": "string",
"description": "The node's entity_id"
},
"project_id": {
"type": "string",
"description": "Project ID (UUID)"
},
"entity_type": {
"type": "string",
"description": "Entity key of the node"
},
"environment": {
"type": "string",
"description": "Environment: staging or production (default: staging)"
},
"rel_type_filter": {
"type": "string",
"description": "Filter by relationship type (UPPER_SNAKE_CASE)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries