{"provisioned":true,"server":"Time","description":"Get current time and timezone conversions. Main tool: \"get_current_time\" for current time.","endpoints":{"list_tools":"http://www.tryautropic.com/mcp/time/tools/list","call_tool":"http://www.tryautropic.com/mcp/time/tools/call"},"tools":[{"name":"get_current_time","description":"Get current time in a timezone. Call with name=\"get_current_time\" and arguments={\"timezone\": \"America/New_York\"}","inputSchema":{"type":"object","properties":{"timezone":{"type":"string","description":"IANA timezone (e.g., America/New_York). Defaults to UTC."}}}},{"name":"convert_timezone","description":"Convert a time from one timezone to another","inputSchema":{"type":"object","properties":{"time":{"type":"string","description":"ISO 8601 time string"},"from_tz":{"type":"string","description":"Source timezone"},"to_tz":{"type":"string","description":"Target timezone"}},"required":["time","from_tz","to_tz"]}}],"usage":{"example":"curl -X POST http://www.tryautropic.com/mcp/time/tools/call -H \"Content-Type: application/json\" -d '{\"name\": \"get_current_time\", \"arguments\": {}}'"}}