action meraki_get_network_switch_settings { label: "Returns the switch network settings" description: "Returns the switch network settings" provider: meraki method: GET path: "/networks/{networkId}/switch/settings" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }