Smartsuite MCP Server
UnclaimedLocal MCP server for governed AI access to SmartSuite
Install
npx @smartsuite/mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
smartsuite_analyze_formulas
readonly
smartsuite_create_comment
readwrite
smartsuite_create_field
readwrite + enableschemawrite
smartsuite_create_form
readwrite + enableschemawrite
smartsuite_create_formula_field
readwrite + enableschemawrite
smartsuite_create_record
readwrite
smartsuite_delete_field
readwrite + enableschemawrite + enabledelete
smartsuite_delete_records
readwrite + enabledelete
smartsuite_describe_application
Application schema with field slugs, options, help text, and the record term. Pass includeLayout: true for record-view tabs, sections (collapse + visibility conditions), field rows, and field-level display logic
smartsuite_describe_automation
Full automation config: trigger and all action groups
smartsuite_describe_automation_step
Resolve one step's full schema: a trigger (label, inputs+options, exposed fields, condition fields) or a chosen action (label, integration, inputs). Select an action with actionIndex/actionInstanceId
smartsuite_describe_dashboard
Full dashboard config: tabs, branding, style. Pass includeWidgets: true to fetch every widget (type, name, position, parsed params) on every tab
smartsuite_describe_field
Detailed field metadata: choice options, help text (+ format), linked-record targets and display format, formula expression + return type, record-title template, auto-number config, and native AI field config
smartsuite_describe_form
readonly
smartsuite_describe_view
Full configuration for one view: filters, sort, group-by, visible/collapsed fields, sharing settings. For form views, returns form config (title, submit label, branding, redirect, per-field prefill/help)
smartsuite_diagnostics
Validate configuration and connectivity
smartsuite_get_automation_limits
Workspace automation run usage and plan: plan category, run limit, used, remaining, percent used, enforced
smartsuite_get_record
readonly
smartsuite_get_solution
Get solution details
smartsuite_list_applications
List applications; pass solutionId to filter to one solution. Use slim: true to inventory a whole solution cheaply (id, name, slug, solution, fieldCount); limit is enforced client-side
smartsuite_list_automations
List a solution's automations (id, name, enabled state, trigger, action types). Scoped per solution
smartsuite_list_comments
readonly
smartsuite_list_dashboards
List dashboards for an application with their tabs
smartsuite_list_fields
List fields for an application, with help text
smartsuite_list_forms
readonly
smartsuite_list_records
readonly
smartsuite_list_solutions
List accessible SmartSuite solutions
smartsuite_list_views
List views for an application (grid, kanban, calendar, timeline, gantt, map, chart, form). Pass includeConfig: true for each view's filters, sort, group-by, and visible/collapsed fields
smartsuite_list_workspaces
List workspaces your API key can access (only when cross-workspace is enabled)
smartsuite_query_records
readonly
smartsuite_search_records
readonly
smartsuite_set_field_help_text
readwrite + enableschemawrite
smartsuite_submit_form
readwrite
smartsuite_update_application
readwrite + enableschemawrite
smartsuite_update_field
readwrite + enableschemawrite
smartsuite_update_form
readwrite + enableschemawrite
smartsuite_update_formula_field
readwrite + enableschemawrite
smartsuite_update_record
readwrite
smartsuite_update_records
readwrite
smartsuite_validate_formula
readonly