Skip to main content
Glama

DateTime MCP Server

by batteryshark

get_current_date

Retrieve the current date in ISO format (YYYY-MM-DD) with an option to include the day of the week for accurate date referencing and time-sensitive operations.

Instructions

Get the current date in ISO format (YYYY-MM-DD).

Args: include_weekday: Whether to append the day of the week

Returns: ISO date string, optionally with weekday

Examples: get_current_date() -> "2024-01-15" get_current_date(include_weekday=True) -> "2024-01-15 (Monday)"

Input Schema

NameRequiredDescriptionDefault
include_weekdayNo

Input Schema (JSON Schema)

{ "properties": { "include_weekday": { "default": false, "title": "Include Weekday", "type": "boolean" } }, "type": "object" }

Other Tools from DateTime MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/batteryshark/mcp-datetime'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server