create_event_tip
Submit a tip about a flea market event discovered from an external source such as a website, Facebook post, or local notice. The tip is NOT immediately published — it enters a manual review queue for Svapp administrators who verify and publish it. Use this when you find event information that does not yet appear in the Svapp database. The tip is anonymous and not associated with any Svapp user or organisation. Include as much detail as possible (dates, location, contact info, delivery dates, source URL) to help administrators process the tip quickly. For date fields, prefer 'yyyy-MM-dd'. For time fields, prefer 24-hour 'HH:mm' or 'HH:mm:ss'. Example date entry: { "date": "2025-09-14", "startTime": "10:00", "endTime": "16:00" }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dto | Yes | Full event tip payload. Provide all known details; the more complete, the faster it can be reviewed and published. Date format: 'yyyy-MM-dd'. Time format: 'HH:mm' or 'HH:mm:ss'. Example Dates item: { "date": "2025-09-14", "startTime": "10:00", "endTime": "16:00" }. |