Skip to main content
Glama

Time Tools MCP Server

convert_datetime_to_unix

Convert human-readable datetime to Unix timestamp for accurate time calculations. Specify date, time, and optional timezone to generate the corresponding Unix epoch value.

Instructions

Convert datetime time to unixtime (e.g. 2025-01-01 01:01:01 to 1746627290)

Input Schema

NameRequiredDescriptionDefault
timeYes
timezoneNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "time": { "type": "string" }, "timezone": { "type": "string" } }, "required": [ "time" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/t-shiratori/time-tools-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server