Explain Mention Score
explain_mentionGenerates and stores AI relevance reasoning, tags, and a drafted reply for a single mention, returning the full object or null if unknown. Use for one-off analysis or before updating status.
Instructions
Get the AI relevance reasoning (relevanceReason), tags, and a drafted reply (aiReplySuggestion) for one mention, generating whatever is missing on first call and storing it, so later calls are instant reads. The website must have a description; without one the mention comes back unchanged. Use it when a score looks wrong or before update_mention_status on a borderline lead, not across every row of list_mentions, since generation is slow. Returns the full mention object, or null (not a 404) when the ID is unknown to this account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mentionId | Yes | Mention ID (UUID) from list_mentions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The full mention with relevanceReason, tags, and aiReplySuggestion filled in; null when the mention is not found. |