upstream_contracts
Retrieves declared CLI contracts for supported providers and, when probeInstalled is enabled, diffs them against local --help output to flag drift.
Instructions
Return the gateway's declared provider CLI contracts; with probeInstalled true, diff against installed --help surfaces to detect flag drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cli | No | CLI filter (claude|codex|gemini|grok|mistral|devin|cursor) | |
| probeInstalled | No | When true, run local --help probes and compare advertised flags against the declared contract. Strongly recommended after any provider CLI upgrade to detect drift. |