list_app_endpoints
List an app's REST endpoints with their methods and column counts to identify broken endpoints that silently discard writes.
Instructions
List an app's REST endpoints — slug, board, allowed methods, and how many columns each exposes. An endpoint exposing 0 columns is broken: it returns only item metadata and silently discards writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App id or slug (from list_apps / create_app) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |