fusion_api_introspect
Inspect the live Fusion 360 API to list a class's properties and method signatures. Filter by query to discover the exact API needed for automation.
Instructions
Inspect the live Fusion API: list a class's (or an object path's) properties
and method signatures. target is a class name (e.g. 'ExtrudeFeatures') or a
path ('rootComponent.bRepBodies'); query filters member names. Use this to
discover the exact API to drive via fusion_api_call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| target | Yes |