# Smartsheet AI & MCP server changelog

## Release the Smartsheet MCP Server Connector in Amazon Quick

Date: Jun-17-2026

The Smartsheet MCP Server Connector in Amazon Quick is generally available.

## Released the Smartsheet MCP Server Connector in ChatGPT

Date: Jun-11-2026

The Smartsheet MCP Server Connector in ChatGPT is generally available.

## Released the Smartsheet MCP Server Connector in Microsoft 365 Copilot

Date: Jun-11-2026

The Smartsheet MCP Server Connector in Microsoft 365 Copilot is generally available.

## Released the Smartsheet MCP Server Connector in Microsoft 365 Copilot

Date: Jun-11-2026

The Smartsheet MCP Server Connector in Gemini Enterprise Plus is generally available.

## Added the create_report MCP server tool

Date: Jun-11-2026

We added the `create_report` tool to the Smartsheet MCP Server. The `create_report` tool creates a new Smartsheet report that aggregates data from one or more source sheets or from all of the sheets in one or more workspaces.

For details, refer to [`create_report`](/ai-mcp/smartsheet/mcp-server-tools#create_report) in the MCP server tools article.

## Added MCP server tool to find text in a sheet, unify sheet creation, and unify URL attachment

Date: May-26-2026

**ADDITION:**

We added a Smartsheet MCP Server tool to do a full-text search on a sheet, a tool that unifies sheet creation, and a tool that unifies URL attachment.

**Find text in a sheet**

The [`find_in_sheet`](/ai-mcp/smartsheet/mcp-server-tools#find_in_sheet) tool searches for text within a specific Smartsheet sheet. It returns matching cells with row and column IDs, display values, and character offsets for each match.

**Sheet creation**

We unified the following four tools into a single tool called [`create_sheet`](/ai-mcp/smartsheet/mcp-server-tools#create_sheet):

- `create_sheet_in_workspace` (removed)
- `create_sheet_in_workspace_from_template` (removed)
- `create_sheet_in_folder` (removed)
- `create_sheet_in_folder_from_template` (removed)


The [`create_sheet`](/ai-mcp/smartsheet/mcp-server-tools#create_sheet) tool uses a `container_type` (folder/workspace) parameter and accepts either a `CreateSheet` (with columns) or `CreateSheetFromTemplate` (with `from_id`) input to cover all the functionality of the four former tools, listed above.

**URL attachment**

The following 3 tools were unified into a single [`attach_url`](/ai-mcp/smartsheet/mcp-server-tools#attach_url) tool:

- `attach_url_to_row` (removed)
- `attach_url_to_comment` (removed)
- `attach_url_to_sheet` (removed)


The [`attach_url`](/ai-mcp/smartsheet/mcp-server-tools#attach_url) tool uses a `target_type` (sheet/row/comment) parameter and an optional `target_id` (required for row/comment targets) to cover all the functionality of the three former tools, listed above.

## Added MCP server tools for listing asset shares and marking assets as favorites

Date: May-21-2026

**ADDITION:**

We added the following Smartsheet MCP Server tools for listing asset shares and marking assets as favorites.

**Sharing**

[`list_shares`](/ai-mcp/smartsheet/mcp-server-tools#list_shares) - Retrieves a list of users and groups to whom the asset has been shared, including access level.

**Favorites**

- [`list_favorites`](/ai-mcp/smartsheet/mcp-server-tools#list_favorites) - List all favorites for the user
- [`is_favorite`](/ai-mcp/smartsheet/mcp-server-tools#is_favorite) - Check if an asset is favorite
- [`add_favorites`](/ai-mcp/smartsheet/mcp-server-tools#add_favorites) - Add assets to favorites
- [`delete_favorites`](/ai-mcp/smartsheet/mcp-server-tools#delete_favorites) - Remove assets from favorites


## Added MCP server tools for attachments

Date: Apr-06-2026

**ADDITION:**

We added the following attachment tools to the Smartsheet MCP server:

- `list_attachments` - Retrieves a paginated list of all attachments on a specific sheet, including files, links, and cloud storage integrations attached at the sheet, row, and discussion levels.
- `list_row_attachments` - Gets a paginated list of all attachments on a specific row.
- `list_discussion_attachments` - Fetches a paginated list of all attachments on a specific discussion in Smartsheet.
- `get_attachment` - Retrieves attachment metadata by ID including name, type, URL, size, and timestamps.
- `attach_url_to_sheet` - Attaches a URL to a Smartsheet sheet, enabling you to add links to external resources such as Google Drive files, Box documents, Dropbox links, or any other public URLs.
- `attach_url_to_row` - Attaches a URL to a specific row in a Smartsheet sheet, enabling you to link external resources directly to row data.
- `attach_url_to_comment` - Attaches a URL to a specific comment in a Smartsheet.


For details, refer to the [Attachments](/ai-mcp/smartsheet/mcp-server-tools#attachments) section in **Smartsheet MCP server tools**.

## Added MCP server tools for comments, discussions, dashboards, and reports

Date: Mar-13-2026

**ADDITION:**

We added the following tools to the Smartsheet MCP server:

**Comments & Discussions**

- `create_discussion_on_row` - Creates a discussion, attached to a specific row.
- `create_discussion_on_sheet` - Creates a sheet-level discussion.
- `add_comment` - Adds a comment to a discussion thread.
- `update_comment` - Updates the text of a comment created by the current user.
- `delete_comment` - Deletes a comment.
- `delete_discussion` - Deletes a discussion.


**Dashboards**

- `list_dashboards` - Returns a list of dashboards accessible to the current user.
- `get_dashboard` - Gets data about a dashboard.


**Reports**

- `list_reports` - Returns a list of reports accessible to the current user.
- `get_report` - Gets data about a report.


**Tip**

Get details on any of the tools by prompting the Smartsheet MCP server in your AI client:


```
Describe the <tool_name_here> tool.
```

To learn more about Smartsheet MCP server tools, go to [Smartsheet MCP server tools](/ai-mcp/smartsheet/mcp-server-tools).

## Launched Smartsheet integration with Claude

Date: Mar-02-2026

**ADDITION:**

With the Smartsheet Connector for Claude, you can interact with your data in a conversational way. The connector's underlying tools (operations) interact with your Smartsheet data (with your permission) in response to your prompts.

Resources:

- Install the Smartsheet Connector for Claude
- Use the Smartsheet Connector with Claude
- [Smartsheet MCP server tools reference](/ai-mcp/smartsheet/mcp-server-tools)