| Field | Type | Required | Description |
|---|---|---|---|
displayName |
Optional<String> | ➖ | Human-readable name of the tool server. |
logoUrl |
Optional<String> | ➖ | Logo URL for the tool server. |
description |
Optional<String> | ➖ | Brief description of the tool server. |
authStatus |
ToolServerAuthStatus | ✔️ | Authentication status for the calling user. |
authType |
ActionAuthType | ✔️ | Authentication mechanism used by an action pack. - AUTH_USER_OAUTH: Requires per-user OAuth consent to the third-party tool.- AUTH_ADMIN: Uses a service-account / admin-owned credential. End users do not authorize individually.- AUTH_NONE: Action pack requires no authentication. |