Setup instructions
setup_instructionsGet a setup checklist to enable the Apps Script API, configure OAuth scopes, and meet run_function prerequisites. Resolves 403 PERMISSION_DENIED errors by providing the required server configuration.
Instructions
Returns the setup checklist for this server as structured JSON: how to enable the Apps Script API (the per-account toggle at script.google.com/home/usersettings AND the Cloud-project API), which OAuth scope each tool needs (so the operator can mint a minimal-scope refresh token), the extra prerequisites of run_function (API-executable deployment, same-Cloud-project OAuth client, the script's own scopes), and the API's known limits. Works without credentials — call it first when any tool fails with 403 PERMISSION_DENIED or when setting the server up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||