get_week_year
Determine the week and ISO week of the year for a specific date using the Time MCP Server. Input the date in 'YYYY-MM-DD' format to retrieve accurate time-based calculations.
Instructions
Get the week and isoWeek of the year.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | The date to get the week and isoWeek of the year. e.g. 2025-03-23 |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "The date to get the week and isoWeek of the year. e.g. 2025-03-23",
"type": "string"
}
},
"type": "object"
}