get_current_time
Retrieve the current time in HH:MM:SS format for time-sensitive operations or synchronization tasks within the MLB API MCP server.
Instructions
Get the current time.
Returns: str: The current time in HH:MM:SS format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}