Skip to main content
Glama
christianclaudio

mcp-server-smartsheet-rm

rm_list_user_suggestions

Read-only

Retrieve unconfirmed scheduled time suggestions for a specific user, optionally filtered by date range, to review pending resource scheduling.

Instructions

Read unconfirmed scheduled time suggestions for a user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateNo
user_idYes
from_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=true, covering the safety profile. The description adds context about the resource type ('unconfirmed scheduled time suggestions') but does not disclose any further behavioral traits such as pagination, sorting, or date-range semantics.

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?

The description is a single, focused sentence with no filler or repetition. It front-loads the core action and object, making it easy to parse.

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

Completeness2/5

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

Although the tool is simple and annotated as read-only with an output schema, the missing parameter semantics and absent usage guidance create gaps. An agent may not know what the date filters apply to or when this tool is the right choice, making the description incomplete for reliable invocation.

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?

With schema description coverage at 0%, the description bears the burden of explaining parameters, but it only addresses the user dimension ('for a user') and omits the purpose of from_date/to_date. The date parameters' meaning (what they filter on) is not clarified, leaving ambiguity for the agent.

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?

The description uses a specific verb ('Read') and identifies a concrete resource ('unconfirmed scheduled time suggestions for a user'), adding the 'unconfirmed' and 'scheduled time' qualifiers not present in the tool name. This clearly distinguishes it from sibling tools like rm_confirm_suggested_hours and rm_list_time_entries.

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

Usage Guidelines3/5

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

The usage context is implied by the description: an agent can infer it is for retrieving pending time suggestions before confirmation. However, it does not explicitly state when to use this tool versus alternatives, nor mention any exclusions, so guidance is left to inference.

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

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/christianclaudio/mcp-server-smartsheet-rm'

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