execute_command
Run non-idempotent write commands on ArcadeDB databases using Cypher (preferred) or SQL for multi-model operations.
Instructions
Execute a non-idempotent command against an ArcadeDB database. Use this for INSERT, UPDATE, DELETE, CREATE TYPE, and other write operations. Prefer OpenCypher (language: 'cypher') unless SQL is explicitly requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 1000) | |
| command | Yes | The command to execute | |
| database | Yes | The name of the database | |
| language | No | Command language: 'sql', 'cypher', 'gremlin', 'graphql', 'mongo' | cypher |