get_ignition_member_docs
Retrieve complete documentation for a specific method, field, or constructor of an Ignition Java class using its member anchor ID from search results.
Instructions
Gets the full documentation for a specific member (method/field/constructor) of a class. Use the 'u' field from search_ignition_api results as memberAnchor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Ignition version to query (default: '8.1.39') | |
| className | Yes | The class name (e.g., 'Dataset') | |
| packagePath | Yes | The package path (e.g., 'com.inductiveautomation.ignition.common') | |
| memberAnchor | Yes | The member anchor id from search results, e.g. 'getValueAt(int,java.lang.String)' |