getTodayDate
Retrieve today's date in YYYY-MM-DD format according to the local timezone. Avoid hardcoding dates by using this tool for accurate and dynamic date retrieval.
Instructions
Get today's date in local timezone (YYYY-MM-DD format). Use this tool whenever you need today's date - NEVER hardcode dates.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| random_string | No | Dummy parameter for no-parameter tools | 
Input Schema (JSON Schema)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "random_string": {
      "description": "Dummy parameter for no-parameter tools",
      "type": "string"
    }
  },
  "type": "object"
}