get_current_date
Retrieve the current date in YYYYMMDD format using this tool. Ideal for applications requiring precise date tracking in a standardized format.
Instructions
현재 날짜를 YYYYMMDD 형식으로 반환하는 도구
Args:
ctx: MCP Context 객체 (선택 사항)
Returns:
YYYYMMDD 형식의 현재 날짜 문자열
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_current_dateArguments",
"type": "object"
}