Run quality check
run_quality_checkEvaluate content or media against your ICP persona using xAI grok-4.7 vision. Actually SEES image pixels (video artifacts are skipped — stills only). Returns quality scores (1-10) across 6 dimensions + specific ICP feedback. Use after generating media or drafting content to validate quality before delivering to the user.
Routing: After generating media or drafting content, call this before posting/delivering — chain: generate → quality_check → post.
[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | What this deliverable is for (e.g. "X post about FreedomOS launch"). Gives the ICP evaluator context. | |
| content | No | Text content to evaluate (X post copy, email draft, newsletter). Can be combined with artifact_id for text + visual evaluation. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| artifact_id | No | ID of a specific artifact to evaluate (from generate_image_xai or generate_video result). If omitted, auto-finds the most recent media artifact generated in the last 10 minutes. |