fusion_api_introspect
Discover exact Fusion 360 API signatures by inspecting a class or object path. Filter members to find properties and methods, then use them with fusion_api_call.
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 |