sf_apex_lookup
Look up Apex classes and methods by name to retrieve official Salesforce documentation, including signatures and reference details from the Apex reference domain.
Instructions
Look up an Apex class or method by name. Searches the apex-reference domain specifically for class documentation, methods, and signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | Class name to look up (e.g. 'String', 'Database', 'List', 'ConnectApi.FeedItem') | |
| namespace | No | Optional Apex namespace filter (e.g. 'System', 'ConnectApi', 'Database') |