defold_bridge
Execute raw bridge commands to access Defold game features not covered by dedicated tools, merging extra arguments and returning frames or JSON responses.
Instructions
Raw bridge command passthrough for anything the named tools don't cover. cmd = the bridge command string; args = an object merged into the request. Returns the frame (if any) or the JSON response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | Bridge command (e.g. 'ping', 'screen', 'advance') | |
| args | No | Extra fields merged into the request | |
| project | No | Registered project to target. |