get_current_date_time
Retrieve the current date and time in a specified timezone for accurate timestamping and time-based calculations with the 'Time Tools MCP Server'.
Instructions
Get the current date and time (e.g. 2025-01-01 01:01:01)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timezone | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"timezone": {
"type": "string"
}
},
"type": "object"
}