Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
An openrouter:datetime server tool output item

Example Usage

import { OutputDatetimeItem } from "@openrouter/sdk/models";

let value: OutputDatetimeItem = {
  datetime: "2026-03-12T14:30:00.000Z",
  status: "completed",
  timezone: "UTC",
  type: "openrouter:datetime",
};

Fields

FieldTypeRequiredDescriptionExample
datetimestring:heavy_check_mark:ISO 8601 datetime string
idstring:heavy_minus_sign:N/A
statusmodels.ToolCallStatus:heavy_check_mark:N/Acompleted
timezonestring:heavy_check_mark:IANA timezone name
typemodels.OutputDatetimeItemType:heavy_check_mark:N/A