BetaServer tools are currently in beta. The API and behavior may change.
openrouter:datetime server tool gives any model access to the current date and time. This is useful for prompts that require temporal awareness — scheduling, time-sensitive questions, or any task where the model needs to know “right now.”
Quick Start
Configuration
The datetime tool accepts an optionaltimezone parameter:
| Parameter | Type | Default | Description |
|---|---|---|---|
timezone | string | UTC | IANA timezone name (e.g. "America/New_York", "Europe/London", "Asia/Tokyo") |
Response
When the model calls the datetime tool, it receives a response like:Pricing
The datetime tool has no additional cost beyond standard token usage.Next Steps
- Server Tools Overview — Learn about server tools
- Web Search — Search the web for real-time information
- Tool Calling — Learn about user-defined tool calling