diadoc_check_auth
Verify required Diadoc API credentials are set in the environment. Reports which variables are present or missing without exposing secret values, so you can confirm authentication readiness.
Instructions
Check whether the required credentials are present in the environment.
Does NOT reveal secret values — only reports which variables are set. Returns JSON: {"ready": bool, "missing": [str], "required": [str]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |