Skip to main content
Glama
prmbr42-bot

Smartsheet MCP Server

by prmbr42-bot

Search Smartsheet

smartsheet_search
Read-onlyIdempotent

Search Smartsheet assets by query to find sheets, rows, reports, dashboards, or discussions. Returns matching objects with type, ID, and parent context.

Instructions

Search across all accessible Smartsheet assets (sheets, reports, dashboards, rows, cells, discussions). Returns matching objects with their type, ID, and parent context. Use this to find sheets by name, locate rows containing specific text, or discover resources.

Args:

  • query (string): Search text (minimum 2 characters)

  • scope (string[], optional): Limit to specific object types: "cellData", "comments", "folderNames", "reportNames", "sheetNames", "sightNames", "summaryFields", "workspaceNames"

  • include_favorites (boolean, optional): Include favorite resources in results

  • page_size (number, optional): Max results (default 100)

Returns: Matching objects with IDs, types, and parent context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch text
scopeNoLimit search to specific object types
page_sizeNoMax results
Behavior4/5

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

Discloses search behavior across all accessible assets and return format (type, ID, parent context). Annotations already indicate read-only, idempotent, non-destructive; description adds context but could mention pagination or performance.

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

Conciseness5/5

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

Concise, structured with Args and Returns, front-loaded with purpose. No superfluous text.

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

Completeness4/5

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

Covers search scope, parameters, and return format. Missing minor details like pagination behavior (page_size default and max) but schema covers that. Adequate for a search tool.

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?

All parameters have schema descriptions (100% coverage). Description rephrases them with minor additions (e.g., query min 2 chars) but adds minimal value beyond schema.

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 it searches across multiple asset types (sheets, reports, dashboards, rows, cells, discussions) and returns objects with IDs and parent context. Distinguishes from sibling smartsheet_search_sheet which is likely sheet-specific.

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?

Explicitly states use cases: find sheets by name, locate rows, discover resources. Provides context but does not specify when to avoid using it (e.g., preferring smartsheet_search_sheet for targeted searches).

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