bulk_create_graph_nodes

shallow

io.github.rationalbloks/rationalbloks-mcp · Verify this server

Create multiple nodes at once (up to 500 per call). Uses Neo4j UNWIND for high performance. Essential for knowledge graph population — create hundreds of entities from a single book chapter or article. Each node needs: entity_id (unique string) and data (properties dict). Example: entity_type: "concept" nodes: [ {"entity_id": "quantum-mechanics-001", "data": {"name": "Quantum Mechanics", "field": "Physics"}}, {"entity_id": "wave-function-001", "data": {"name": "Wave Function", "field": "Physics"}}, {"entity_id": "superposition-001", "data": {"name": "Superposition", "field": "Physics"}} ]

100.0/100

1 trials · measured 8 days ago

bulk_create_graph_nodes scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.rationalbloks/rationalbloks-mcp, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote + stdio
Credential class
self-provisionable
Category
Developer infrastructure
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: bulk_create_graph_nodes
[![Vouch score](https://vouch.tools/api/tools/f48e6779-ed5c-4311-b8a4-0d3324ced3a9/badge.svg)](https://vouch.tools/tools/f48e6779-ed5c-4311-b8a4-0d3324ced3a9)
bulk_create_graph_nodes — Vouch