smartsuite_list_applications
List SmartSuite applications (tables) with optional filtering by solution. Returns full table objects or compact summaries to manage token usage.
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 |