list_graph_nodes
ActiveTool of RationalBloks
declared in 0.10.2
List nodes of a specific entity type from a deployed graph project. Supports pagination with limit/offset. Returns nodes ordered by creation date (newest first).
Parameters schema
{
"type": "object",
"required": [
"project_id",
"entity_type"
],
"properties": {
"limit": {
"type": "integer",
"description": "Max results (default: 100, max: 1000)"
},
"offset": {
"type": "integer",
"description": "Pagination offset (default: 0)"
},
"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.50.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries