{
"title": "An Introduction to Cypher",
"publishedDate": "2025-09-04"
}
{
"title": "An Introduction to Cypher",
"publishedDate": {}
}
CREATE (a:Article {
title: 'An Introduction to Cypher',
publishedDate: date('2025-09-04')
})
RETURN a
statement: MATCH (a:Article) RETURN properties(a)
Prerequisites
Toolbox version
0.13.0
Environment
us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.13.0)Client
Expected Behavior
Returns:
Current Behavior
Returns:
Steps to reproduce?
Start MCP server (HTTP streamable)
Run MCP inspector or execute this tool from the client
Additional Details
No response