Get Table Schema
get_table_schemaRetrieve field definitions and data dictionary for a ServiceNow table, with optional inherited fields.
Instructions
Get the data dictionary (field definitions) for a ServiceNow table, including inherited fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of fields to return (own fields first, then inherited) | |
| table_name | Yes | The table name to get schema for | |
| include_inherited | No | Include fields inherited from parent tables (e.g. task fields on incident) |