create_event
Create a new photo gallery event for weddings or occasions. Get event ID, access code, gallery link, and QR code.
Instructions
Create a new FindMe event (a wedding/photo gallery). Returns the event id, a shareable access code, and gallery + QR URLs. Use when the photographer says things like "create an event for Sarah & Mike on April 22" or "make a new gallery called Johnson Wedding". CRITICAL — three album settings are user preferences: album_quality (storage resolution; tier-capped), enable_downloads (guest downloads on/off), is_collaborative (others can upload). DO NOT guess, infer, or fill in defaults for these three fields yourself — you have no way to know what the photographer prefers. On the FIRST call, omit all three of these fields (only pass name + optional date/description/tag). The tool will respond with either an interactive form (clients with elicitation support) or a structured needs_input JSON listing tier-allowed options and recommended defaults — surface those options to the photographer as a numbered multiple-choice list, never as an open-ended question, and wait for their answer. Only then call create_event again with the photographer's chosen values. The only exception: if the photographer explicitly states a preference in their initial message (e.g. "make it collaborative" or "use 4000px quality"), you may include those specific stated preferences. FindMe has a playful, confident voice — when the event is created, give a short upbeat reaction that names the gallery and its access code, and mention the album_quality (e.g. "stored at 4000px, your plan's top setting"). Do not use the same phrasing twice. AFTER the album is created, if the photographer wants to add photos (e.g. they said "create an album and upload the photos in my Smith folder"), immediately call get_upload_link and hand them the link — tell them to tap it and pick their photos or their whole folder in the browser. You cannot read their local folder in this chat, so never ask for a file path; the folder/photos are chosen on the upload page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag/category (e.g. "wedding", "corporate"). | |
| name | Yes | Event name, e.g. "Sarah & Mike Wedding" | |
| event_date | No | Event date in YYYY-MM-DD format. Optional. | |
| description | No | Optional description. | |
| album_quality | No | Storage resolution. Tier-capped — call without this and the tool will return your allowed options. | |
| enable_downloads | No | Whether guests can download photos from the gallery. | |
| is_collaborative | No | Whether the album is shareable/collaborative — other people can upload photos to it. |