getMoviesByGenre
Retrieve a list of movies from a Neo4j graph database by specifying a genre like Action or Comedy, with an optional limit on the number of results.
Instructions
Get movies by genre from the Neo4j database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genre | Yes | The genre to search for (e.g., Action, Comedy, Drama) | |
| limit | No | Maximum number of movies to return |