Get Advanced Feature Support
get_advanced_feature_supportDetermine if Premiere Pro collaboration and AI features are available: checks backend, entitlements, network access, and version. Reports prerequisites and user-assisted boundaries for eligibility.
Instructions
Report public-API support, prerequisites, entitlements, and user-assisted boundaries for Premiere collaboration and AI features
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backend | No | Backend being evaluated (default: cep, the current production MCP transport) | |
| frameio_entitled | No | Whether the operator has confirmed Frame.io account/project access | |
| premiere_version | No | Optional Premiere version such as 26.3.0 for version-specific eligibility | |
| network_available | No | Whether required Adobe/cloud services are reachable | |
| generative_ai_entitled | No | Whether the operator has confirmed Adobe generative AI entitlement |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |