AI Writing Quality Check
Use this tool to scan writing and return exact correction targets for rewrite loops.
Actions
get_instructions
Returns this documentation.
check_for_banned_phrases
Checks content for banned phrases and returns normalized correction guidance.
Parameters:
content(required): writing content to check.
Example
{
"action": "check_for_banned_phrases",
"content": "Our customers love us. Ask our AI."
}
Rewrite Loop
- Run
check_for_banned_phraseswith content. - If
passedistrue, publish. - If
passedisfalse, rewrite each entry incorrections. - Run
check_for_banned_phrasesagain untilpassedistrue.







