getCurrentDate
Retrieve the current date in yyyy-MM-dd format for flight booking, scheduling, and travel planning operations.
Instructions
获取当前日期 - 返回格式为 yyyy-MM-dd 的当前日期字符串
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}