action snyk_view_organization_settings { label: "View organization settings" description: "" provider: snyk method: GET path: "/org/{orgId}/settings" encoding: json input: { type: "object" properties: { orgId: { type: "string" } } required: ["orgId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }