changedInput schema / properties / response_format / description
Previous value: -"Output size. \"concise\" (default) is tight text plus a structured summary — on list-shaped tools each film carries showtime_count and next_showtime, but NOT the full showtimes array. \"detailed\" adds the per-showtime rows with ids, ticket urls, and accuracy metadata. Concise measures ~10KB where detailed measures ~69KB, so ask for detailed when you need the rows and scenef_search_showtimes when you need them for one film or theatre."New value: +"Output size. \"concise\" (default) is tight text plus a structured summary. In whats_playing, each film has the total showtime_count, next_showtime, and a showtimes array containing only that next screening; showtimes_complete says whether the array is exhaustive. \"detailed\" includes all selected showtime rows with ids, ticket urls, and accuracy metadata. Use scenef_search_showtimes for all times for one film or theatre."
addedOutput schema / properties / accuracy_url
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / region
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / region_name
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / timezone
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "data_as_of",
- "attribution",
- "site",
- "venues",
- "method",
- "docs"
-]New value: +[
+ "data_as_of",
+ "attribution",
+ "accuracy_url",
+ "region",
+ "region_name",
+ "timezone",
+ "site",
+ "venues",
+ "method",
+ "docs"
+]