get_dataverse_table
Retrieve detailed metadata and configuration information for a specific Dataverse table to inspect its structure and properties.
Instructions
Retrieves detailed information about a specific Dataverse table including its metadata, properties, and configuration. Use this to inspect table definitions and understand table structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
logicalName | Yes | Logical name of the table to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"logicalName": {
"description": "Logical name of the table to retrieve",
"type": "string"
}
},
"required": [
"logicalName"
],
"type": "object"
}