config_config_get
Retrieve a configuration value from the agent-friend toolbox, with optional type coercion to int, float, bool, string, or JSON using the as_type parameter. Specify the config name and key, with an optional default value.
Instructions
[config] Get a config value. as_type coerces: int/float/bool/str/json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| key | Yes | ||
| default | No | ||
| as_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |