read_file
Access file contents from revenue-engine-mcp and apps-script directories to support revenue tracking, lead management, and business operations through Google Sheets, Gmail, and Calendar integration.
Instructions
Read contents of a file. Only works in allowed directories: revenue-engine-mcp, apps-script folders
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Full file path (e.g., C:\Users\Node1\revenue-engine-mcp\index.js) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Full file path (e.g., C:\\Users\\Node1\\revenue-engine-mcp\\index.js)",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}