List Allowed Table Properties
openl_list_table_property_definitionsList the properties allowed in a table context, showing value type, multiple-value acceptance, and permitted enum values to clarify table property definitions.
Instructions
List the properties Studio allows in the requested table context, including value type, whether multiple values are accepted, and allowed enum values. Omit tableType for entries inside a Properties table; provide a public table kind for properties that may be declared on that kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| tableType | No | Optional public table kind. Omit for properties allowed inside a Properties table; provide a kind to get properties allowed on that table kind. | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |