get_opportunity_details
Retrieve complete details for a Salesforce opportunity: all fields, related records, and metadata. Choose fields by business intent or specify explicitly.
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 |
|---|---|---|---|
| opportunityId | Yes | The ID of the Salesforce opportunity to retrieve details for | |
| detail | No | Response detail level (default: full) | |
| intent | No | Business intent — selects relevant fields automatically. Omit for all fields. | |
| fields | No | Explicit field names to return. Overrides intent if both provided. |