You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description":"IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Asia/Shanghai' as local timezone if no timezone provided by the user.",
9
+
"type":"string"
10
10
}
11
11
},
12
-
"required":[
13
-
"address"
12
+
"required":[
13
+
"timezone"
14
14
]
15
15
},
16
-
"name":"map_geocode",
17
-
"description":"地理编码服务"
16
+
"name":"get_current_time",
17
+
"description":"Get current time in a specific timezones"
18
18
},
19
19
{
20
-
"inputSchema":{
21
-
"type":"object",
22
-
"properties":{
23
-
"latitude": {
24
-
"description":"Latitude coordinate",
25
-
"type":"number"
20
+
"inputSchema":{
21
+
"type":"object",
22
+
"properties":{
23
+
"target_timezone":{
24
+
"description":"Target IANA timezone name (e.g., 'Asia/Tokyo', 'America/San_Francisco'). Use 'Asia/Shanghai' as local timezone if no target timezone provided by the user.",
"description":"Source IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use 'Asia/Shanghai' as local timezone if no source timezone provided by the user.",
0 commit comments