Get Connection Info
get_connection_infoCheck the active CCU connection details, including host, user, HTTPS, read-only flags, and login state, to confirm where commands will execute before writing.
Instructions
Report which CCU target is currently active — host, user, https, protected/read-only flags, and login state. Use this to confirm WHERE a command will run (especially before a write). No password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| port | Yes | ||
| user | Yes | ||
| https | Yes | ||
| active | Yes | ||
| loggedIn | Yes | ||
| readonly | Yes | ||
| protected | Yes | ||
| writesUnlocked | Yes |