ZV-2026-0064 · 2026-08-16 · app.daedalmap.com

app.daedalmap.com: format on create_geometry_export narrowed to a closed enum (geojson, geojson_gzip, zip); previously valid values may now be rejected.

breaking

What changed

format on create_geometry_export narrowed to a closed enum (geojson, geojson_gzip, zip); previously valid values may now be rejected. format on estimate_geometry_package narrowed to a closed enum (geojson, geojson_gzip, zip); previously valid values may now be rejected.

What to do

If your agents call app.daedalmap.com, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.

The redline

open
+  enum[geojson,geojson_gzip,zip]   create_geometry_export
open
+  enum[geojson,geojson_gzip,zip]   estimate_geometry_package
Creates a geometry export from exact loc_ids or one strict scope. Tiny selections can comp…
+  Creates a synchronous v0 geometry export from exact loc_ids or one strict scope as real Ge…   create_geometry_export
+  output_name  Optional field output_name was added to create_geometry_export; may shift model behaviour.
+  output_name  Optional field output_name was added to estimate_geometry_package; may shift model behaviour.
Checks queued/running/completed async geometry export and conversion jobs. Returns progres…
+  Retrieves a completed bounded v0 geometry export or conversion job by job_id. The current …   get_job_status
Free blind-caller guidance for one tool visible on this MCP facade. Returns when to use it…
+  Free blind-caller guidance for one tool visible on this MCP facade. Returns when to use it…   get_tool_help
Full app.daedalmap.com changelog →JSON feedWatch this for my agents