Smartsheet for your agents.
Connect Smartsheet once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Smartsheet.
What agents can do with Smartsheet
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
smartsheet_get_current_userCheck the credentials: returns the current user profile.
smartsheet_list_sheetsList all sheets the user has access to.
smartsheet_get_sheetGet a sheet by id, including its rows and columns.
smartsheet_add_rowsAdd rows to a sheet. `rows` is an array of row objects, each with cells containing columnId and value.
smartsheet_create_sheetCreate a new sheet from a template or from scratch.
smartsheet_update_rowUpdate one or more rows in a sheet by setting cells' values.
smartsheet_delete_rowDelete one or more rows from a sheet by their row ids.
smartsheet_update_sheetUpdate a sheet's name, user settings, or column properties.
smartsheet_delete_sheetPermanently delete a sheet by id.
smartsheet_add_columnsAdd one or more columns to a sheet.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Smartsheet and go to Account > Apps & Integrations.
- Click API Access and generate a new API access token.
- Copy the token and paste it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Smartsheet to Even: call connect_begin("smartsheet") on the even-connect MCP and walk me through it.
List Smartsheet sheets and add rows with data across multiple columns.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.