vtk_get_method_signature
Retrieve the canonical method signature for any VTK class to confirm method existence and parameter types. Resolves API hallucination by providing accurate signature information.
Instructions
Return only the canonical signature for a specific method of a VTK class (minimal payload)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | VTK class name (e.g., 'vtkSphereSource') | |
| method_name | Yes | Method name whose signature should be returned (e.g., 'GetOutput') |