execute_command
Perform write operations (INSERT, UPDATE, DELETE) on an ArcadeDB database. Use SQL, Cypher, Gremlin, GraphQL, or Mongo; prefers OpenCypher.
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 |