@guildai-services/guildai~pipedream package provides agents with tool-based access to Notion and Google Docs via Pipedream Connect and MCP (Model Context Protocol).
Authentication
- Type: Pipedream Connect (OAuth handled by Pipedream)
- Token management: Handled entirely by Pipedream
Setup
Supported services
| Service | Pipedream app slug |
|---|---|
| Notion | notion |
| Google Docs | google_docs |
Usage
How it works
Rather than proxying HTTP API calls directly, Pipedream integrations use MCP tools. Agents describe what they need using natural language instructions, which are dispatched to the appropriate MCP tools provided by Pipedream.API endpoints
| Operation | Method | Path | Description |
|---|---|---|---|
pipedream_call | POST | /{service} | Execute a natural language instruction using Pipedream MCP tools for the specified service |
{service} path parameter specifies which integration to use (e.g., notion, google_docs).
Available operations
Notion
Notion
- Pages — create, read, update, search
- Databases — query, create entries
- Blocks — read, append, update
- Comments — create, read
Google Docs
Google Docs
- Documents — create, read, update
- Content — insert, replace, delete text
- Formatting — apply styles
- Search — find and replace content
Webhook events
Pipedream integrations do not support webhook triggers in Guild. These integrations are API-access only.Limitations
- Tool availability depends on Pipedream’s MCP integration for each service
- Operations go through Pipedream as a proxy, adding a network hop
- Only Google Docs is supported (not Google Sheets, Slides, or other Google services)
- No webhook or trigger support