Skip to main content
Glama
SmartSuiteFoundry

SmartSuite MCP Server

smartsuite_upload_file

Upload a local file to a SmartSuite record's file field using application ID, record ID, field slug, and file path.

Instructions

Upload a file from the local filesystem to a SmartSuite file field. Requires readwrite or admin mode. The file is read from the local path and posted as multipart form data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesAbsolute or relative path to the file on the local filesystem
filenameNoOverride the filename sent to SmartSuite (defaults to the basename of filePath)
recordIdYesThe record ID
fieldSlugYesThe file field slug
applicationIdYesThe application ID
Behavior4/5

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

Annotations indicate readOnlyHint: false, so it is a write operation. The description adds context: file is read locally and posted as multipart form data, and requires specific authorization modes. This goes beyond annotations.

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 (31 words) directly state the purpose, prerequisites, and mechanism. No extraneous information.

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 5 parameters, no output schema, and simple operation, the description covers core behavior. It could mention success/failure responses or size limits, but is adequate for an agent to understand the tool's role.

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 coverage is 100%, so the schema already documents all parameters. The description adds minimal additional meaning beyond 'file is read from the local path,' which is already reflected in the filePath parameter description.

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 specifies the action ('Upload a file'), the source ('local filesystem'), and the destination ('SmartSuite file field'), clearly distinguishing it from siblings like smartsuite_get_file_url (download) and smartsuite_move_attachments (move).

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 prerequisite mode ('Requires readwrite or admin mode') but provides no guidance on when to use this vs. alternatives, nor when not to use it. Usage is implied but not explicit.

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