action snyk_list_project_settings { label: "List project settings" description: "" provider: snyk method: GET path: "/org/{orgId}/project/{projectId}/settings" encoding: json input: { type: "object" properties: { orgId: { type: "string" } projectId: { type: "string" } } required: ["orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }