cypher_update_query
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries