action meraki_get_device_camera_video_settings { label: "Returns video settings for the given camera" description: "Returns video settings for the given camera" provider: meraki method: GET path: "/devices/{serial}/camera/video/settings" encoding: json input: { type: "object" properties: { serial: { type: "string" } } required: ["serial"] additionalProperties: false } output: { type: "object" } }