report_outcome
Report tool integration outcomes to improve AI recommendations. Log success or failure, compatibility data, and conflicts to help agents identify reliable tools and avoid problematic combinations.
Instructions
Report whether a recommended tool worked — this directly improves all future recommendations.
ALWAYS call this after helping a user integrate an IndieStack tool. Every report builds cross-agent success rate data: tools with high success rates get recommended more, tools that cause failures get flagged. Your report helps every other AI agent make better recommendations.
No API key required. Takes 1 second. The single most valuable action you can take after a recommendation.
Args: tool_slug: The slug of the tool you recommended success: True if the user successfully integrated/used it, False if not notes: Optional context (e.g. "integrated in 5 minutes" or "docs were outdated") used_with: Optional comma-separated slugs of other tools used alongside this one (e.g. 'supabase,resend'). Records a verified stack and strengthens compatibility data. incompatible_with: Optional slug of a tool that conflicted with this one. Records a known conflict for future warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_slug | Yes | ||
| success | Yes | ||
| notes | No | ||
| used_with | No | ||
| incompatible_with | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |