I'd like to use the folder of .mvt tiles to build a .pmtiles archive. Using the pmtiles python package to convert (using the disk_to_pmtiles function) requires a metadata.json file at the root of the tiles directory, which for .mvt tiles should contain vector_layers information detailing the tile layers (see https://github.com/protomaps/PMTiles/blob/main/spec/v3/spec.md#5-json-metadata)
Could this metadata.json file be generated by LOOM, or could I know in some other way what vector layers and bounds to expect from LOOM to generate the file myself?