delete_graph_node
ActiveTool of RationalBloks
declared in 0.10.2
Delete a node and all its relationships from a deployed graph project. ⚠️ This also removes all relationships connected to this node (DETACH DELETE).
Parameters schema
{
"type": "object",
"required": [
"project_id",
"entity_type",
"entity_id"
],
"properties": {
"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 (e.g., 'person', 'concept')"
},
"environment": {
"type": "string",
"description": "Environment: staging or production (default: staging)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries