get_attribute_schema
Retrieve detailed schema and metadata for a specific Dynamics 365 entity attribute, including picklist options. Use it to inspect field types, constraints, and option sets.
Instructions
Get detailed schema/metadata for a specific attribute of a Dynamics 365 entity, including options for picklists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | The entity logical name (singular form, e.g., "contact", "account", "product") - NOT the entity set name | |
| attributeName | Yes | The logical name of the attribute (e.g., "statecode", "statuscode", "firstname") |