01Provides current date and time via `get_current_datetime` tool
02Offers dedicated tools for fetching only the current date (`get_current_date`) or time (`get_current_time`)
03Allows custom date and time formatting using intuitive placeholders (e.g., YYYY-MM-DD HH:mm)
04Supports multiple output formats including ISO 8601, Unix timestamp, and human-readable
05Includes optional timezone parameter for date and time requests
060 GitHub stars