Skip to main content
Glama
ssm82

syntx-ai-mcp

by ssm82

upload-files

Upload files to a syntx.ai account. Accepts local paths or base64-encoded content, automatically detects MIME type, and detects duplicates to avoid re-uploading.

Instructions

Upload one or more files to the syntx.ai account. Each file entry accepts either path (server-side file path, e.g. "C:\photo.jpg") OR content_base64 (inline base64, with optional data:<mime>;base64, prefix). For base64 entries, filename is required; mime_type is auto-guessed from extension if omitted. Max 10 files per call, 100 MB each. Returns { files: [{ url, filename, size, mime_type }] }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYesFiles to upload.
model_typeNoModel identifier to scope the upload to (mirrors the SPA's `settings.model_type` field). Defaults to the server default model, or empty string when none is configured.
check_duplicatesNoAsk the server to detect duplicates and skip them.
Behavior4/5

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

With no annotations provided, the description carries the full burden and discloses important behavioral constraints: max 10 files per call, 100 MB per file, required filename for base64, MIME auto-detection, and the exact return shape. It does not mention side effects like storage consumption or duplicate handling, but the core behavior is well covered.

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?

The description is compact and front-loaded: the first sentence states the purpose, and the following sentences efficiently cover constraints, parameter nuances, and return value. Every sentence carries useful information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite lacking an output schema, the description explicitly provides the return format, limits, and input modes, making the tool fully usable. The minor absence of duplicate-handling details is mitigated by the schema's default value description, so the overall context is complete.

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?

Although the schema already describes all parameters (100% coverage), the description adds practical meaning beyond the schema: it explains the optional data: prefix, clarifies mutual exclusivity of path and content_base64, and emphasizes that filename is required for base64 entries. This adds real value over the raw schema.

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 opens with a clear, specific verb and resource: 'Upload one or more files to the syntx.ai account.' It also distinguishes itself from siblings like list-uploaded-files and delete-file by focusing on the creation/upload action.

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 clearly explains two mutually exclusive input modes (path vs content_base64) and their requirements, which guides correct usage. It does not explicitly compare to sibling tools, but the upload action is distinct and unambiguous, so no alternative guidance is necessary.

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/ssm82/syntx-ai-mcp'

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