# Smartsheet AI & MCP server changelog

## 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.
```

Note
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)