get_script_content_tool
Retrieve file content from Google Apps Script projects to access code, configuration, or appsscript files for editing or analysis.
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 |