Smartsheet
Dynamic work execution platform for teams to plan, capture, manage, automate, and report on work at scale.
Tools
| Name | Description |
|---|---|
add_row_to_sheetAdds new row to a sheet. | Adds new row to a sheet. |
update_rowUpdates an existing row. | Updates an existing row. |
attach_file_to_rowAdds a file attachment to a row. | Adds a file attachment to a row. |
find_rows_by_queryFinds rows in a specific sheet or across all accessible sheets using text queries with advanced filtering options. | Finds rows in a specific sheet or across all accessible sheets using text queries with advanced filtering options. |
find_attachment_by_row_idGet all attachments for a specific row in a Smartsheet, including row and discussion-level attachments with comprehensive pagination and filtering options | Get all attachments for a specific row in a Smartsheet, including row and discussion-level attachments with comprehensive pagination and filtering options |
find_sheet_by_nameFetches existings sheets matching provided filter criteria. | Fetches existings sheets matching provided filter criteria. |
Triggers
| Name | Description |
|---|---|
new_row_addedTriggers when a new row is added. | Triggers when a new row is added. |
updated_rowTriggers when an existing row is updated. | Triggers when an existing row is updated. |
new_attachment_Triggers when a new attachment is added to a row or sheet. | Triggers when a new attachment is added to a row or sheet. |
new_comment_webhookTriggers when a new comment is added to a discussion on a sheet. | Triggers when a new comment is added to a discussion on a sheet. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('smartsheet', 'add_row_to_sheet', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'smartsheet',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Smartsheet to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Smartsheet support?
Smartsheet supports 6 tools including Add Row to Sheet, Update Row, Attach File to Row, Find Row, List Row Attachments, and more.
Can I use Smartsheet with AI agents?
Yes. Add Smartsheet to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Smartsheet to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Smartsheet as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Smartsheet tools exposed by that workspace.
Does Smartsheet work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Smartsheet work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Smartsheet?
Smartsheet exposes 6 tools, including Add Row to Sheet, Update Row, Attach File to Row, Find Row, List Row Attachments, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Smartsheet be used in stateful agent workflows?
Yes. Agents can combine Smartsheet tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Smartsheet use?
Smartsheet uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Smartsheet integration cost?
The Smartsheet integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Smartsheet support?
Smartsheet supports 4 triggers including New Row Added, Row Updated, New Attachment Added, New Comment Added.
Connect Smartsheet in minutes
Get 20,000 free action executions every month. No credit card required.