Get Table Schema
get_table_schemaRetrieve the data dictionary for a ServiceNow table to list field definitions and attributes. Use this to understand table structure and plan data operations.
Instructions
Get the data dictionary (field definitions) for a ServiceNow table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of fields to return | |
| table_name | Yes | The table name to get schema for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||