Date and Time
ID: date-and-time • Typ: DateAndTime
Beschreibung
Aktiv
Get current date and time information in German locale. Use this tool when users ask 'What time is it?', 'What date is today?', or need current timestamp information for scheduling purposes.
Utility
Erstellt 9/10/2025
Konfiguration
| configurationName | datetime-default |
|---|
Schema
{
"type": "object",
"properties": {
"operation": {
"type": "string",
"description": "Date/time operation to perform",
"enum": [
"current",
"add",
"subtract",
"format",
"weekday",
"businessdays"
]
},
"format": {
"type": "string",
"description": "Date format pattern (optional)",
"default": "dd.MM.yyyy HH:mm"
}
},
"required": [
"operation"
]
}
Health Check
Noch nicht geprüft.
Schnelltest
Noch kein Test.