Skip to main content
Glama
prmbr42-bot

Smartsheet MCP Server

by prmbr42-bot

Get Sheet Data

smartsheet_get_sheet
Read-onlyIdempotent

Retrieve sheet data with columns, rows, and cell values. Filter by column IDs, row IDs, or modification date, and paginate results to get exactly the information you need.

Instructions

Retrieve sheet data from Smartsheet including columns, rows, and cell values. Supports optional filtering by column IDs, row IDs, and pagination via rowsModifiedSince. Use this to read project data, task lists, resource grids, or any tabular data stored in a sheet.

Args:

  • sheet_id (number): The numeric Smartsheet sheet ID

  • column_ids (number[], optional): Limit response to specific column IDs

  • row_ids (number[], optional): Limit response to specific row IDs

  • rows_modified_since (string, optional): ISO 8601 date; return only rows modified after this date

  • page_size (number, optional): Rows per page (default 100, max 500)

  • page (number, optional): Page number (default 1)

  • include_filters (boolean, optional): Include filter definitions in response

Returns: Sheet metadata, columns array, and rows array with cell values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_idYesSmartsheet sheet ID
column_idsNoFilter to specific column IDs
row_idsNoFilter to specific row IDs
rows_modified_sinceNoISO 8601 datetime — only return rows modified after this
page_sizeNoRows per page (default 100, max 500)
pageNoPage number (default 1)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds value by explaining filtering via column_ids, row_ids, rows_modified_since, pagination, and include_filters, and that it returns metadata and rows.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is structured with main text, Args list, and Returns line. It is clear but slightly verbose due to repeating schema details. Each sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has 6 parameters and no output schema. Description covers all key aspects: purpose, parameters, filtering, pagination, and return structure. It provides sufficient context for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents each parameter. Description adds minimal extra context (e.g., ISO 8601 format for rows_modified_since) but mostly repeats schema info. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'retrieve' and resource 'sheet data', and lists included content (columns, rows, cell values). It distinguishes from sibling tools like smartsheet_get_columns and smartsheet_get_sheet_version.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description provides explicit use cases ('read project data, task lists, resource grids') and mentions filtering and pagination, but does not explicitly state when not to use or compare to alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prmbr42-bot/smartsheet-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server