You're viewing a demo portfolio

Join the waitlist
PRSM

parse_date

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to interpret a human-written date into ISO 8601 (YYYY-MM-DD), especially ambiguous numeric dates like 03/04/2025 which mean different things in the UK (day-first) vs US (month-first). Pass locale 'en-GB' or 'en-US'. Returns valid:false for impossible dates.

Parameters schema

{
  "type": "object",
  "required": [
    "input"
  ],
  "properties": {
    "input": {
      "type": "string",
      "description": "The date text to parse."
    },
    "locale": {
      "type": "string",
      "description": "'en-GB' (day-first) or 'en-US' (month-first); default en-GB."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →
parse_date — Qiniso — PRSM MCP