get_datetime
Retrieve current date and time in multiple formats using the formatting service. Generate datetime strings for specific use cases like filenames, logs, or custom formats.
Instructions
Get current date and time in various formats
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | Yes | Available formats: - date: 2024-12-10 - date_slash: 2024/12/10 - date_jp: 2024年12月10日 - datetime: 2024-12-10 00:54:01 - datetime_jp: 2024年12月10日 00時54分01秒 - datetime_t: 2024-12-10T00:54:01 - compact: 20241210005401 - compact_date: 20241210 - compact_time: 005401 - filename_md: 20241210005401.md - filename_txt: 20241210005401.txt - filename_log: 20241210005401.log - iso: 2024-12-10T00:54:01+0900 - iso_basic: 20241210T005401+0900 - log: 2024-12-10 00:54:01.123456 - log_compact: 20241210_005401 - time: 00:54:01 - time_jp: 00時54分01秒 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-datetime
Related Tools
- @bossjones/datetime-mcp-server
- @cyanheads/toolkit-mcp-server
- @xiaoguomeiyitian/ToolBox
- @yokingma/time-mcp
- @hungryrobot1/MCP-PIF