Skip to main content
Glama

AITable MCP Server

Official

upload_attachment_via_url

Upload files from a web URL to AITable server for attachment storage. Use returned data to link files with specific records in datasheets.

Instructions

Upload an attachment to the AITable server using its web URL. Returns storage information that can be passed to create_record or update_record tools to associate with a specific records.

Input Schema

NameRequiredDescriptionDefault
attachment_nameNoOptional custom name for the attachment after upload.
attachment_urlYesThe complete web URL of the file to be uploaded.
node_idYesThe ID of the datasheet where the attachment will be attached after upload.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attachment_name": { "description": "Optional custom name for the attachment after upload.", "type": "string" }, "attachment_url": { "description": "The complete web URL of the file to be uploaded.", "type": "string" }, "node_id": { "description": "The ID of the datasheet where the attachment will be attached after upload.", "type": "string" } }, "required": [ "node_id", "attachment_url" ], "type": "object" }
Install Server

Other Tools from AITable MCP Server

Related Tools

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/apitable/aitable-mcp-server'

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