cypher_get_query
ActiveTool of cypher-mcp
Operator-only: fetch one catalog entry (template + schema + metadata). Includes ``edit_url`` — a one-click deep link into the hosted Neo4j Browser that pre-targets this operator's AuraDB and loads the template in EDIT mode, so the analyst refines it in Neo4j's own UI and saves it back with ``update_query``. Omitted if the operator's Neo4j credentials aren't delivered yet (best-effort; the raw template is always present to paste).
Parameters schema
{
"type": "object",
"required": [
"key"
],
"properties": {
"key": {
"type": "string"
},
"npub": {
"type": "string",
"default": "",
"description": "Required. The operator's npub (npub1...)."
},
"dpop_token": {
"type": "string",
"default": ""
}
},
"additionalProperties": false
}Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries