>>108723543
Mine looks like the following:
{
name: "date_calc",
description: "Date math. Accepts a command string. Examples: 'days until 2025-12-25', 'days since 2024-01-01', '90 days from now', '30 days ago', 'day of week 1776-07-04'.",
inputSchema: {
type: "object",
properties: { query: { type: "string", description: "The date calculation query." } },
required: ["query"],
},
},