Get Script Content
get_script_contentRetrieve the content of a specific file from any Google Apps Script project by providing the user's email, script ID, and file name. Use this to access and examine script files directly.
Instructions
Retrieves content of a specific file within a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | Name of the file to retrieve | |
| script_id | Yes | The script project ID | |
| user_google_email | Yes | User's email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |