Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Optional port for OAuth callback | 3001 |
NODE_ENV | No | Optional environment setting (development, production) | development |
LOG_LEVEL | No | Optional logging level (debug, info, warn, error) | info |
GOOGLE_APP_SCRIPT_API_CLIENT_ID | Yes | Your Google OAuth 2.0 Client ID for accessing the Google Apps Script API | |
GOOGLE_APP_SCRIPT_API_CLIENT_SECRET | Yes | Your Google OAuth 2.0 Client Secret for accessing the Google Apps Script API |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
script_projects_deployments_delete | Delete a deployment of an Apps Script project. |
script_projects_create | Create a new Google Apps Script project. |
script_projects_versions_create | Creates a new version of a Google Apps Script project. |
script_projects_deployments_create | Creates a deployment of an Apps Script project. |
script_projects_deployments_update | Updates a deployment of an Apps Script project. |
script_projects_deployments_list | Lists the deployments of an Apps Script project. |
update_script_content | Updates the content of a specified Google Apps Script project. |
script_projects_deployments_get | Get a deployment of an Apps Script project. |
script_run | Run a Google Apps Script. |
script_projects_get | Get metadata of a Google Apps Script project. OAuth authentication is handled automatically. |
list_script_processes | List information about a script's executed processes. |
get_script_metrics | Get metrics data for Google Apps Script projects. |
script_projects_get_content | Get the content of a Google Apps Script project. |
script_projects_versions_list | List the versions of a Google Apps Script project. |
script_projects_versions_get | Get a version of a Google Apps Script project. |
script_processes_list | List processes for a Google Apps Script project. |