get_graph_schema_at_version
ActiveTool of RationalBloks
declared in 0.10.2
Get the graph schema as it existed at a specific version/commit. Use get_graph_version_history to find commit SHAs. Useful for comparing schemas across versions or auditing changes.
Parameters schema
{
"type": "object",
"required": [
"project_id",
"version"
],
"properties": {
"version": {
"type": "string",
"description": "Commit SHA of the version to retrieve"
},
"project_id": {
"type": "string",
"description": "Project ID (UUID)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries