get_script_content_tool
Retrieve the content of a specific file from a Google Apps Script project by providing the script ID and file name.
Instructions
Retrieve content of a specific file within a project.
Args: script_id: The script project ID file_name: Name of the file to retrieve (e.g., "Code", "appsscript")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| file_name | Yes |