WorkOS
radar.lists.create
Add an entry to a Radar list.
Remote workos
Other tools also called radar.lists.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"ip_address",
"domain",
"email",
"device",
"user_agent",
"device_fingerprint",
"country"
],
"type": "string",
"description": "The type of the Radar list (e.g. ip_address, domain, email)."
},
"entry": {
"type": "string",
"description": "The value to add to the list. Must match the format of the list type (e.g. a valid IP address for `ip_address`, a valid email for `email`)."
},
"action": {
"enum": [
"block",
"allow"
],
"type": "string",
"description": "The list action indicating whether to add the entry to the allow or block list."
}
}
}