Complete JSON Payload
Add the following JSON object to your Bolna agent’s custom tools configuration.Configuration Properties
| Property | Description |
|---|---|
| Description | A detailed description that guides the LLM to use the function for timezone-specific queries. Try to make it as descriptive as possible for the LLM to execute this function successfully. |
| Timezone (parameter) | This parameter is defined for the LLM. Its description guides the AI on the required Area/Location format and provides a default (Etc/UTC) if the user doesn’t specify a location. |
| URL | The API endpoint that includes a %(timezone)s placeholder. Bolna automatically substitutes this placeholder with the value of the timezone parameter before making the API call. |
| Timezone List | You can find a full list of valid timezones here to understand the format required by the API. |

