Check API/SDK deprecation status
check_deprecationDetermine whether a vendor API or SDK is active, deprecated, or sunset. Supports major providers (Stripe, AWS, GitHub) and returns unknown for untracked ones.
Instructions
Look up whether a provider's API or SDK is active, deprecated, or sunset. Covers a curated set of high-traffic providers (Stripe, Twilio, AWS, GitHub, OpenAI, Slack, SendGrid, Shopify, Auth0, PayPal). Returns 'unknown' for anything not tracked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | API/SDK identifier within that provider, e.g. 'sources-api' | |
| provider | Yes | Vendor slug, e.g. 'stripe', 'aws', 'github' |