run_query
Execute queries on Memgraph database using the Model Context Protocol, enabling interaction with graph data through natural language input.
Instructions
Run a query against Memgraph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "run_queryArguments",
"type": "object"
}