Coda MCP Server for Google ADKGive Google ADK instant access to 11 tools to Delete Rows, Get Doc Details, Get Table Details, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Coda as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this App Connector for Google ADK
The Coda app connector for Google ADK is a standout in the Productivity category — giving your AI agent 11 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="coda_alternative_agent",
instruction=(
"You help users interact with Coda "
"using 11 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Coda MCP Server
Connect your Coda account to any AI agent and take full control of your collaborative workspace and structured data workflows through natural conversation.
Google ADK natively supports Coda as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 11 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Document Orchestration — List and manage your Coda documents programmatically, retrieving detailed metadata and ownership information
- Table & View Intelligence — Access and monitor table structures (columns) and row data in real-time to maintain a high-fidelity database directly through your agent
- Data Manipulation — Programmatically insert, update, or delete rows in any table to coordinate your relational data and project trackers
- Formula Automation — Retrieve named formula values and workspace insights to leverage Coda's computational power within your AI workflows
- Account Visibility — Access your Coda profile and workspace metadata directly through your agent for instant operational reporting
The Coda MCP Server exposes 11 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 11 Coda tools available for Google ADK
When Google ADK connects to Coda through Vinkius, your AI agent gets direct access to every tool listed below — spanning document-automation, structured-data, workspace-management, and more. Every call is secured with network, filesystem, subprocess, and code evaluation entitlements inside a sandboxed runtime. Beyond a simple connection, you get a full AI Gateway with real-time visibility into agent activity, enterprise governance, and optimized token usage.
Remove rows from a table
Get metadata for a doc
Get details for a table
Get your Coda profile
Add new rows to a table
List columns for a table
List your Coda documents
List formulas in a document
Supports filtering. List rows from a table
List tables in a document
Update fields in a row
Connect Coda to Google ADK via MCP
Follow these steps to wire Coda into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind the Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the Coda MCP Server
Google ADK provides unique advantages when paired with Coda through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Coda
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine Coda tools with BigQuery, Vertex AI, and Cloud Functions
Coda + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Coda MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Coda and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Coda tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Coda regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Coda
Example Prompts for Coda in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Coda immediately.
"List all tables in Coda document ID 'doc_123'."
"Add a row to 'Tasks' with Title 'Design API' and Priority 'High'."
"Retrieve the value of the named formula 'Total_Project_Budget'."
Troubleshooting Coda MCP Server with Google ADK
Common issues when connecting Coda to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkCoda + Google ADK FAQ
Common questions about integrating Coda MCP Server with Google ADK.
