connect_to_dorico
Connect to Dorico Remote Control and return application status. Call first to open the session required by all other Dorico tools, including handling the authorization prompt.
Instructions
Connect to Dorico Remote Control and return application status.
Call this before anything else here: every other tool that talks to Dorico
needs the session this opens. It is safe to call again on an open connection.
Returns:
Result dictionary with the connection outcome and the first status snapshot.
Note:
On the first connection Dorico shows an authorization prompt inside the
application, and nothing proceeds until a person accepts it. The token is
then kept in AppData and later runs connect without asking.
Use get_status afterwards to re-read the state without reconnecting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||