salesforce_describe
Retrieve detailed field information and metadata for Salesforce objects to understand data structure and schema relationships.
Instructions
Describe an SObject and return field information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"$ref": "#/$defs/DescribeArgs"
}
},
"required": [
"args"
],
"type": "object"
}