action launchdarkly_get_custom_roles { label: "Return a complete list of custom roles." provider: launchdarkly method: GET path: "/roles" encoding: json output: { type: "object" additionalProperties: true } }