photoshop_get_capabilities
Check installed Photoshop version and available AI features to determine which tools and workflows can be used.
Instructions
Return version-aware feature flags for the installed Photoshop (Select Subject v2, Generative Fill, etc.).
Use when: once per session before suggesting AI-powered features or gated recipes. Do NOT use when: Photoshop version is already known from photoshop_get_version.
Returns: JSON { version, features: { select_subject_v2, generative_fill, ... } }. Preconditions: none. Side effects: none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||