action meraki_get_network { label: "Return a network" description: "Return a network" provider: meraki method: GET path: "/networks/{networkId}" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }