PurgoMalum
PurgoMalum is a text filtering service that screens content for profanity and obscenity. A caller submits a string and gets back either the sanitized text with offending words masked by a chosen fill character or placeholder, or a boolean indicating whether the text contains profanity. Additional words can be added or excluded from the filter list per request. Useful for moderating user-submitted comments, usernames and form input. No credentials required.
What your agent can do with PurgoMalum
Triggers and actions 2 actions
- ActionCheck text for profanity
Check whether the given text contains any words matching PurgoMalum's profanity list, returning true or false (GET /service/containsprofanity, optional add param).
- ActionFilter profanity from text
Remove or replace profane words in the given text using PurgoMalum's profanity list, returning the cleaned text (GET /service/json, optional add/fill_text/fill_char params).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the PurgoMalum API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.