Skip to main content
Glama

smartsheet_get_comment

Retrieve a single comment from a Smartsheet sheet by providing the sheet ID and comment ID.

Instructions

Get a single comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sheet_idYesSmartsheet sheet ID.
comment_idYes
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral clarity. The minimal phrase 'Get a single comment.' does not disclose whether the operation is read-only, what permissions are required, error behavior (e.g., if comment_id is invalid), or side effects. This is insufficient for safe and accurate tool selection.

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

Conciseness3/5

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

The description is extremely concise (one sentence with 4 words), with no filler. However, conciseness should not sacrifice completeness; here, the brevity omits critical information. It earns a mid score because it is not verbose but lacks substance.

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

Completeness1/5

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

Given the absence of an output schema and a minimal description, the tool is severely under-specified. The agent has no information about the return format, the structure of a comment object, or any constraints (e.g., only one comment per call). In a Smartsheet context with many sibling tools, this description is inadequate for reliable use.

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

Parameters2/5

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

Schema description coverage is 50%: only sheet_id has a description ('Smartsheet sheet ID.'), but comment_id lacks any explanation. The tool description adds no value beyond the schema, failing to clarify the purpose or format of comment_id. An agent would need additional context to understand how to construct the comment_id parameter.

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

Purpose4/5

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

The description 'Get a single comment.' clearly states the verb (Get) and resource (single comment). It is specific and directly indicates the tool's function, though it does not differentiate from other 'get' sibling tools like smartsheet_get_attachment or smartsheet_get_row. However, this is a minor gap in a crowded namespace.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as smartsheet_list_sheet_discussions (to get all comments on a sheet) or smartsheet_get_discussion. The description does not provide any context for appropriate usage, prerequisites, or exclusions.

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/Kcrong/smartsheet-mcp'

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