get_app_spec
Fetch an app's machine-readable API spec with base URL, endpoints, methods, and fields so you can generate correct frontend API calls.
Instructions
Get the machine-readable spec of an app (base URL, endpoints, methods, fields) — use it to generate frontend API calls. appId accepts either the app UUID or its slug (app-xxxxxx); list_apps shows both. The returned baseUrl is absolute — use it verbatim, do not rebuild it from the admin URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | ||
| organizationId | No |