Categories

Date Extractor (日期提取器)

Extract dates from text in multiple formats including Chinese, ISO, and US formats with detailed analysis and summary

Include partial dates like "May 5", "2023年5月", "去年5月1" without full year or day specification

Choose which date format types to extract

Choose the format for extracted dates

API Documentation

Request Endpoint

POST /en/api/tools/date-extractor

Request Parameters

Parameter Name Type Required Description
text textarea Yes -
includePartial checkbox No Include partial dates like "May 5", "2023年5月", "去年5月1" without full year or day specification
formats select No Choose which date format types to extract
outputFormat select No Choose the format for extracted dates

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-date-extractor": {
      "name": "date-extractor",
      "description": "Extract dates from text in multiple formats including Chinese, ISO, and US formats with detailed analysis and summary",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=date-extractor",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]