Claude-GAS-Bridge
by KaishuShito
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | No | Optional API key for authentication with the GAS Interpreter | |
GAS_ENDPOINT | Yes | The URL of your deployed Google Apps Script web app endpoint | https://script.google.com/macros/s/AKfycbxxxxx/exec |
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 |
---|---|
execute-gas | Execute custom GAS script |