You're viewing a demo portfolio

Join the waitlist
PRSM

rollback_graph_project

Active

Tool of RationalBloks

declared in 0.10.2

Rollback a graph project to a previous version. ⚠️ WARNING: This reverts schema AND code to the specified commit. Neo4j data is NOT rolled back. Use get_graph_version_history to find the commit SHA of the version you want to rollback to. After rollback, the graph API will be redeployed with the old schema.

Parameters schema

{
  "type": "object",
  "required": [
    "project_id",
    "version"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "Commit SHA to rollback to"
    },
    "project_id": {
      "type": "string",
      "description": "Project ID (UUID)"
    },
    "environment": {
      "type": "string",
      "description": "Environment: staging or production (default: staging)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

RationalBloks

https://github.com/rationalbloks/rationalbloks-mcp

1/7 registries
View full server →