query
Execute read-only queries on ArcadeDB using SQL, Cypher, Gremlin, GraphQL, or MongoDB syntax. Returns matching results up to a configurable limit.
Instructions
Execute a read-only (idempotent) query against an ArcadeDB database. Use this for SELECT, MATCH, and other read 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) | |
| query | Yes | The query to execute | |
| database | Yes | The name of the database to query | |
| language | No | Query language: 'sql', 'cypher', 'gremlin', 'graphql', 'mongo' | cypher |