Get Connection Info
get_connection_infoIdentify the active CCU connection including host, user, security flags, and login state to confirm where commands will execute before performing write operations.
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 |