Skip to main content
Glama
SmartSuiteFoundry

SmartSuite MCP Server

smartsuite_diff_schemas

Read-only

Compare table and field schemas between lower and production environments for confirmed migration mappings, then write a diff package classifying added, removed, or modified items with per-property risk details.

Instructions

Step 3 of solution migration: compare table/field schemas (lower → prod) for confirmed mappings and write the diff package. Fields match by slug (stable across cloned workspaces); cross-table references are remapped via the table map and system-generated values are ignored, so only real differences surface. With scope "all" (default) it also diffs views and forms in full and dashboards at the report-config level (matched by name); scope "schema" limits to tables + fields. Classifies added / removed / modified (with per-property detail and compatible/risky risk). Writes diff.json and returns a summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoall (default) = tables, fields, views, forms, dashboards; schema = tables + fields only.
projectYesMigration project name.
solutionNoOptional: limit to one confirmed solution (default: all confirmed).
Behavior1/5

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

The description indicates the tool writes diff.json (a side effect), contradicting the readOnlyHint=true annotation. This is a serious inconsistency, per rules scoring 1 for contradiction.

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?

The description is detailed but each sentence adds value. It is front-loaded with purpose and logically sequenced. Slightly long but justified by complexity; could be broken into structured points.

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 complex tool with no output schema, the description covers classification of changes and file output. It lacks specifics on summary format but is mostly complete given the tool's role.

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

Parameters4/5

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

Schema coverage is 100%. The description adds valuable context beyond schema, such as how fields match by slug and remapping of cross-table references. This enhances understanding of parameter effects.

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 compares table/field schemas and writes a diff package, distinguishing it from siblings like smartsuite_match_solutions. It specifies it is Step 3 of solution migration and details what it diffs based on scope.

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 explains the tool's role in a migration sequence and provides clear scope options (all vs schema). However, it does not explicitly state when not to use it or mention alternatives, but the context is sufficient for selection.

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