Skip to main content
Glama
sifter-ai

sifter-mcp

Official

upload_document

Upload a document to a folder; the folder is created if missing. The document is processed by all sifts linked to the folder, enabling structured data extraction and natural language querying.

Instructions

Upload a document to a folder. The folder is created if it doesn't exist. The document will be processed by all sifts linked to the folder.

Args:
    folder_path: Target folder path (e.g. '/invoices/2025'). Created if it doesn't exist.
    filename: Original filename (used for display)
    content_base64: Base64-encoded file bytes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_pathYes
filenameYes
content_base64Yes
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses folder auto-creation and processing by sifts, which are key behavioral traits. It does not mention side effects like overwriting or permissions, but is fairly transparent for a write operation.

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 brief, front-loaded with the main action, and efficiently covers key details without unnecessary words. Each sentence adds value.

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?

For a 3-parameter tool with no output schema or annotations, the description covers the main action, parameter details, and side effects (folder creation, sift processing). It lacks mention of return values or error conditions, but is largely complete for the task.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description compensates fully: folder_path includes path format example and auto-creation behavior, filename explains display purpose, content_base64 specifies encoding. This adds meaning beyond schema types.

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 the verb 'upload', the resource 'document to a folder', and adds specific details (folder auto-created, processed by linked sifts). It distinguishes from sibling tools like create_sift or list_folders.

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 does not explicitly state when to use this tool versus alternatives. However, the purpose is clear enough from context; no when-not-to-use or alternative tools are mentioned.

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/sifter-ai/sifter'

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