action clarify_get_v1_bundles_bundle_id_metadata { label: "Get bundle metadata" description: "Gets the metadata for a bundle." provider: clarify method: GET path: "/v1/bundles/{bundle_id}/metadata" encoding: json input: { type: "object" properties: { bundle_id: { type: "string" } } required: ["bundle_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }