get_connection_info
Retrieve connection details for the Immich photo library server, including base URL and masked API key, to enable gallery template integration without exposing sensitive credentials.
Instructions
Return the Immich base URL and a masked API key. Used by skills to populate the {{IMMICH_URL}} placeholder in gallery templates. The API key is intentionally masked — thumbnails are delivered as base64 data URIs, so the plaintext key is never needed in generated HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |