You're viewing a demo portfolio

Join the waitlist
PRSM

cypher_update_query

Active

Tool of cypher-mcp

declared in 3.4.2

Operator-only: update an existing named Cypher query template. Same shape as create_query, but the key must already exist.

Parameters schema

{
  "type": "object",
  "required": [
    "key",
    "cypher_template"
  ],
  "properties": {
    "key": {
      "type": "string"
    },
    "npub": {
      "type": "string",
      "default": "",
      "description": "Required. The operator's npub (npub1...)."
    },
    "row_limit": {
      "type": "integer",
      "default": 1000
    },
    "dpop_token": {
      "type": "string",
      "default": ""
    },
    "timeout_ms": {
      "type": "integer",
      "default": 5000
    },
    "access_mode": {
      "type": "string",
      "default": "read"
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "param_schema": {
      "anyOf": [
        {
          "type": "object",
          "additionalProperties": true
        },
        {
          "type": "null"
        }
      ],
      "default": null
    },
    "cypher_template": {
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cypher-mcp

https://github.com/lonniev/cypher-mcp

2/7 registries
View full server →
cypher_update_query — cypher-mcp — PRSM MCP