query_object
Query any grandMA2 object type by specifying object type and ID. Use list mode to view objects or annotation mode to read user-added text notes.
Instructions
generic query for any grandMA2 object type.
use this for object types without a dedicated tool (e.g. executors, sequences, effects).
for groups, cues, and presets, prefer the specific tools.
Args:
object_type: MA2 object type (e.g. "executor", "sequence", "effect", "macro")
object_id: object ID to query (optional)
mode: "list" to list objects, "annotation" to read user-added text annotation (default: "list").
note: "annotation" mode reads user-added descriptive text, NOT object properties.
Returns:
str: raw console response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ||
| object_id | No | ||
| mode | No | list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |