getCurrentTimestamp
Retrieve the current local timestamp in seconds or milliseconds for precise time synchronization or logging in the Whistle MCP Server environment.
Instructions
获取当前本地时间戳
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}