get_opportunity_details
Retrieve detailed information about a Salesforce opportunity, including standard and custom fields, related records, and metadata, with options to filter by business intent or specific fields.
Instructions
Get detailed information about a Salesforce opportunity including all available fields (both standard and custom), related records, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Response detail level (default: full) | |
| fields | No | Explicit field names to return. Overrides intent if both provided. | |
| intent | No | Business intent — selects relevant fields automatically. Omit for all fields. | |
| opportunityId | Yes | The ID of the Salesforce opportunity to retrieve details for |