Skip to main content
Glama
SmartSuiteFoundry

SmartSuite MCP Server

smartsuite_update_my_work

Update a My Work item: mark it resolved or reopen it, and set or clear its due date. Requires the item ID from listing first.

Instructions

Update one of the authenticated user's My Work items: mark it resolved/open and/or set its due date. Requires readwrite or admin mode. Use smartsuite_list_my_work to find the item id. Returns the updated item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesThe My Work item id (the "id" field from smartsuite_list_my_work)
statusNoMark the item resolved or reopen it.
dueDateNoSet the due date (ISO 8601, e.g. "2026-07-01T00:00:00Z"), or null to clear it.
Behavior4/5

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

Annotations indicate readOnlyHint=false, so description adds the mode requirement and return value ('Returns the updated item'). It provides behavioral context beyond annotations without contradiction.

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?

Two sentences front-load the core action, then provide prerequisites and outcome. Every word is necessary and no redundancy.

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?

For a simple update tool with three parameters and no output schema, the description covers purpose, prerequisites, and return value. It lacks error handling or edge cases but is sufficient for a typical use case.

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 description coverage is 100%, so parameters are well-documented. The description summarizes the actions (mark resolved/open, set due date) but adds minimal new meaning beyond the 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?

The description clearly states the tool updates 'My Work items' with specific actions: marking resolved/open and setting due date. It uses a specific verb ('Update') and resource ('My Work items'), distinguishing it from siblings like smartsuite_list_my_work.

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?

The description specifies required mode ('readwrite or admin mode') and directs to use smartsuite_list_my_work to find the item ID. While it lacks explicit when-not-to-use or alternatives, the context is clear.

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/SmartSuiteFoundry/smartsuite-mcp-server'

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