Skip to main content
Glama
SmartSuiteFoundry

SmartSuite MCP Server

smartsuite_add_layout_section

Add a labeled section to a SmartSuite record-view layout to group related fields together.

Instructions

Add a section (a labeled grouping) to an application's record-view layout. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE. A section groups the fields that follow it (until the next section) in the record detail view. By default edits the top-level layout; pass tabId to edit a specific tab's layout when tabs are enabled. Place it after a field with afterField (the section appears just after that field; fields after it fall under the section), or omit to append at the end. Dry-run preview unless confirm:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdNoWhich layout to edit when tabs are enabled (REQUIRED then): a tab id, "all" for every tab, or "top" for the hidden top-level layout. Omit only when tabs are disabled.
titleYesSection title.
hiddenNoHidden section (default false).
confirmNoMust be true to apply (default false = preview).
collapsedNoStart collapsed (default false).
afterFieldNoOptional field slug to place the section after (default: append at end).
descriptionNoOptional section description (plain text; blank lines start new paragraphs).
applicationIdYesThe application (table) ID.
Behavior4/5

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

Beyond annotations (readOnlyHint: false), the description adds critical behavioral details: it is a write operation, requires specific permissions, defaults to preview unless confirm:true, and explains how sections group subsequent fields. This goes well beyond the annotation, though it doesn't cover side effects like order changes.

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 moderately concise and well-structured, starting with purpose, then requirements, then behavior and parameter usage. Each sentence adds value, but it could be slightly more compact without losing clarity.

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?

Given no output schema and 8 parameters, the description covers the tool's purpose, effect, parameter usage, and prerequisites. It is complete enough for an agent to use the tool correctly, though it does not describe return values (acceptable without output schema).

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%, but the description adds meaningful context for key parameters like afterField (placement logic), confirm (dry-run vs apply), and tabId (layout targeting). This enhances understanding beyond the schema descriptions.

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 'Add a section (a labeled grouping) to an application's record-view layout,' specifying the verb (add), resource (section), and target (record-view layout). It distinguishes from siblings like smartsuite_update_layout_section by focusing on addition.

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 description mentions prerequisites (readwrite/admin mode, SMARTSUITE_ENABLE_SCHEMA_WRITE) and explains positioning behavior, but does not explicitly guide when to use this versus alternatives like update_layout_section or remove_layout_section. It provides context but lacks direct when-to-use/when-not-to-use guidance.

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