get_timestamp
Convert a given date and time into a timestamp using the format YYYY-MM-DD HH:mm:ss. Ideal for integrating time awareness in applications or systems through the Time MCP Server.
Instructions
Get the timestamp for the time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
time | No | The time to get the timestamp. Format: YYYY-MM-DD HH:mm:ss |
Input Schema (JSON Schema)
{
"properties": {
"time": {
"description": "The time to get the timestamp. Format: YYYY-MM-DD HH:mm:ss",
"type": "string"
}
},
"type": "object"
}