Skip to main content
Glama
st3v0rr

Neo4j MCP Server

by st3v0rr

Write Neo4j Cypher

write_neo4j_cypher
Destructive

Execute Cypher queries to modify data in a Neo4j database. Create, update, or delete nodes and relationships to change graph data.

Instructions

Execute a write Cypher query on the neo4j database.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe Cypher query to execute.
paramsNoThe parameters to pass to the Cypher query.
Install Server

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false. The description merely repeats the write nature and adds no new behavioral context such as side effects, irreversibility, or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler or redundant elaboration. The core action and target are front-loaded, making it immediately scannable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is enough to choose and invoke the tool with query and params, but it lacks return-value expectations, side-effect warnings beyond annotations, and any usage boundary against read_neo4j_cypher. Given no output schema, a bit more context would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds little beyond the schema's existing parameter descriptions: it names query and params but gives no extra detail about parameter syntax, injection risks, or expected format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Execute') on a specific resource ('a write Cypher query on the neo4j database'). The 'write' qualifier clearly distinguishes this from sibling tools like read_neo4j_cypher and get_neo4j_schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'write' wording implies this tool is for mutating queries while read_neo4j_cypher handles reads, but there is no explicit when-to-use or when-not-to-use guidance. No alternatives are named directly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/st3v0rr/mcp-neo4j-cypher'

If you have feedback or need assistance with the MCP directory API, please join our Discord server