check_compatibility
Check compatibility between developer tools to validate your stack and identify integration conflicts before implementation.
Instructions
Check whether a set of tools are compatible with each other.
Use this to validate a stack before recommending it. Pass 2-8 tool slugs and get back a compatibility matrix: which pairs are verified, which are unknown, and which are known to conflict.
Ideal for always-on agents auditing dependency trees or before recommending a multi-tool stack. Call check_health() afterward for maintenance status.
Args: tools: Comma-separated tool slugs to check (e.g. "next-auth,prisma,stripe")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |