smartsuite_list_applications
Lists SmartSuite applications (tables), optionally filtered by solution. Set slim to return compact table details for efficient multi-table inventory without exceeding token limits.
Instructions
List SmartSuite applications (tables). Optionally filter by solution. Returns full table objects by default (heavy — includes each table's field structure); set slim:true to return only {id, name, slug, solution, fieldCount}, which is the safe way to inventory a multi-table solution without exceeding the token budget. The response includes a total (pre-limit count).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slim | No | Return a compact shape {id, name, slug, solution, fieldCount} instead of full table objects. Default false. Recommended for multi-table solutions. | |
| limit | No | Maximum number of applications to return. The SmartSuite API ignores this, so it is enforced client-side. | |
| solutionId | No | Filter by solution ID |