Neo4J
Graph database platform for connected data and real-time analytics
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Neo4J connects with a single OAuth click - there is no token to paste. The first time an agent uses a Neo4J action, FlyMyAI asks you to authorize your Neo4J account. Approve it once and the connection is reused for every later run.
- Provider: Neo4J
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
NEO4J_AGGREGATE_DIRECTORS | Executes a directorsAggregate GraphQL query to count directors in Neo4j. Use when you need to get the total count of director records in the database. The GraphQL query returns the count of all directors regardless of pagination. | instance_id |
NEO4J_CREATE_INSTANCE_BETA | Creates a new Neo4j Aura instance with the specified configuration. Use this action when you need to provision a new Neo4j Aura database instance. The operation is asynchronous - the API returns 202 Accepted while the instance is being created in the backgrou… | cloud_provider, memory, name, region, tenant_id, type, version |
NEO4J_CREATE_SNAPSHOT | Create an on-demand snapshot of a Neo4j Aura instance. Triggers asynchronous backup creation and returns a snapshot ID that can be used to monitor progress. Use this action when you need to manually create a backup point before major changes or to preserve th… | instance_id |
NEO4J_ESTIMATE_GDS_SESSION_SIZE | Estimate the size of a new GDS (Graph Data Science) session based on node/relationship counts and algorithm categories. Use this action when you need to determine the appropriate GDS session size before creating a new graph analytics session. This helps ensur… | node_count, relationship_count |
NEO4J_GET_INSTANCE_BETA | Retrieves details for a specific Neo4j Aura instance using its unique instance ID. Returns comprehensive information including instance name, status, cloud provider, region, memory allocation, connection URL, and other configuration details. Use this action w… | instance_id |
NEO4J_GET_ORGANIZATION_USER | Retrieves details of a specific user in a Neo4j Aura organization. Returns user information including email, organization roles, MFA status, last activity, and project-level access permissions. Use this action when you need to inspect user details, verify org… | organization_id, user_id |
NEO4J_GET_PROJECT | Retrieve details of a specific Neo4j Aura project (tenant). Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect p… | tenant_id |
NEO4J_GET_PROJECT_BETA | Retrieve details of a specific Neo4j Aura project (tenant) using the v1beta5 API. Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when… | tenant_id |
NEO4J_GET_SNAPSHOT | Retrieves details of a specific snapshot for a Neo4j Aura instance. Returns the snapshot profile, current status, and creation timestamp. Use this action when you need to check the status or details of a particular backup snapshot. | instance_id, snapshot_id |
NEO4J_LIST_AGENTS | List all agents belonging to a specific Neo4j Aura project. Returns agent information including ID, name, description, database ID, privacy settings, endpoint links, MCP status, and attached tools. Use this action when you need to retrieve all agents for a sp… | organization_id, project_id |
NEO4J_LIST_GDS_SESSIONS | List all Graph Data Science (GDS) sessions for the authenticated Neo4j Aura account. Returns a summary of each GDS session including status, memory allocation, host information, and expiry date. Use optional filters (instanceId, tenantId, organizationId) to n… | - |
NEO4J_LIST_INSTANCES_BETA | Returns a list of Neo4j Aura instances. Use when you need to retrieve all available Neo4j Aura instances in your account, optionally filtered by tenant. | - |
NEO4J_LIST_IP_FILTERS | Returns a list of IP filters configured for a Neo4j Aura organization. Use this action when you need to retrieve all IP filters to check which CIDR blocks are allowed or blocked, or to determine which resources are protected by IP filtering. | organization_id |
NEO4J_LIST_PROJECTS | List all Aura projects (tenants) available to the authenticated user. Returns a summary of each project including its unique ID and name. Use this action when you need to retrieve all Aura projects to identify which projects are accessible or to select a spec… | - |
NEO4J_LIST_PROJECT_USERS | List all users in a specific Neo4j Aura project. Returns user information including email, user ID, and project roles for each user. Use this action when you need to retrieve all users associated with a project to identify team members or verify user access l… | organization_id, project_id |
NEO4J_LIST_SNAPSHOTS | Lists available snapshots for a Neo4j Aura instance. Returns both scheduled and ad-hoc snapshots with their status and creation timestamps. Use when you need to retrieve information about available database backups or recovery points for a specific Aura insta… | instance_id |
NEO4J_PAUSE_INSTANCE_BETA | Pauses a Neo4j Aura instance. Use when you need to temporarily stop an instance to reduce costs or perform maintenance. The instance can be resumed later using the ResumeInstance action. This action is asynchronous - the instance will be in a 'pausing' state… | instance_id |
NEO4J_RESTORE_SNAPSHOT | Restore a Neo4j Aura instance from a snapshot. Replaces all current data with the snapshot data. This action is irreversible - all data since the snapshot was taken will be permanently lost. Use this action when you need to recover an Aura instance to a previ… | instance_id, snapshot_id |
NEO4J_UPDATE_INSTANCE | Updates a Neo4j Aura instance configuration. Allows modifying instance properties such as name, memory allocation, storage size, vector optimization, and graph analytics plugin. Use this action when you need to modify an existing Aura instance's settings or r… | instance_id |
NEO4J_UPDATE_INSTANCE_BETA | Edits the configuration of a Neo4j Aura instance. Allows updating the instance name, memory allocation, storage size, and plugin configurations. Use this action when you need to modify an existing Neo4j Aura instance's settings such as renaming the instance,… | instance_id |
NEO4J_UPDATE_IP_FILTER | Updates an existing IP filter for a Neo4j Aura organization. Use this action when you need to modify an existing IP filter's settings, such as updating its name, description, allow list entries, or enabling/disabling the filter. The request body accepts parti… | organization_id, ip_filter_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Neo4J!