validate_tsv
Check a Darwin Core TSV file for upload readiness: verify column consistency, encoding, date/coordinate ranges, and duplicate occurrence IDs. Streams data, so it handles multi-GB files safely.
Instructions
Validate a local Darwin Core text file BEFORE uploading it: column-count consistency (embedded newlines/tabs), UTF-8/mojibake, year/month/day and lat/long ranges, duplicate occurrenceID. Streams; safe for multi-GB files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the file on the machine running this MCP server | |
| idColumn | No | occurrenceID | |
| delimiter | No | ||
| maxIssues | No |