time-mcp

by yokingma
Verified

days_in_month

Get the number of days in a month.

Input Schema

NameRequiredDescriptionDefault
dateNoThe date to get the days in month. Format: YYYY-MM-DD

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "The date to get the days in month. Format: YYYY-MM-DD", "type": "string" } }, "type": "object" }
ID: 32g7puvq2g