get_application_info
Retrieve application details and supported credential types to configure credentials with data validation and Base64 encoding requirements.
Instructions
Get detailed information about an application, including supported credential types.
APPLICATION CREDENTIAL CONFIGURATION WORKFLOW:
User selects "Configure new application credentials".
Call this tool to retrieve application details and supported credential types.
Present credential options to the user with:
Required attributes
Data type
If type is bytes → must be Base64-encoded
Collect credential values for the selected type.
Validate that all required attributes are provided.
Verify that each credential value matches its expected data type.
Build the credential configuration and append it to the
apps_configarray.
DATA VALIDATION REQUIREMENTS:
All required attributes must be present.
Data type must match specification.
Bytes values must be Base64-encoded before saving.
Args: tag_name: The app tag name for retrieving application information
Returns: Dict containing application details and supported credential types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||