action clever_cloud_get_application_app_id_environment { label: "get_application_appId_environment" provider: clever_cloud method: GET path: "/application/{appId}/environment" encoding: json input: { type: "object" properties: { token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }