upload_file_to_record

Завантажити файл або зображення до поля запису. Приймає вміст файлу в base64. Зберігає файл і прикріплює до вказаного поля. Для multiple-файлових полів додає до існуючих.

SERVERQuintaDB SOURCEhttps://quintadb.com/mcp
Medium RISK CLASS
Category Write
Parameters 66 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-quintadb-mcp/upload-file-to-record.md

What upload_file_to_record does on QuintaDB

AI agents use upload_file_to_record to create or update resources in QuintaDB, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your QuintaDB environment.

ParameterTypeRequiredDescription
app_id string Yes Project ID (from list_projects)
entity_id string Yes Form ID (from list_forms or describe_project)
file_name string Yes Ім'я файлу з розширенням, наприклад 'invoice.pdf' або 'photo.jpg'
record_id string Yes ID запису до якого прикріпити файл
field_name string Yes Назва або ID файлового/зображення поля
file_content string Yes Вміст файлу закодований у base64

Parameters from the server's own tool schema.

Why upload_file_to_record is rated Medium

This tool creates and modifies data within records by attaching files. It is clearly a Write operation because it adds or modifies record attachments. The severity is medium because: (1) the action is reversible (files can be deleted), (2) blast radius is limited to the target record and its attachments, (3) no data deletion or financial impact occurs.

From the tool's definition Uploads and attaches files to records, modifying record data. Description states 'Завантажити файл...Зберігає файл і прикріплює до вказаного поля' (Upload file...Saves file and attaches to specified field).

Questions about upload_file_to_record

What does the upload_file_to_record tool do? +

Завантажити файл або зображення до поля запису. Приймає вміст файлу в base64. Зберігає файл і прикріплює до вказаного поля. Для multiple-файлових полів додає до існуючих. It is categorised as a Write tool in the QuintaDB MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does upload_file_to_record accept? +

upload_file_to_record accepts 6 parameters: app_id, entity_id, file_name, record_id, field_name, file_content. Required: app_id, entity_id, file_name, record_id, field_name, file_content. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on upload_file_to_record? +

Register the QuintaDB MCP server in PolicyLayer and add a rule for upload_file_to_record: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches QuintaDB. Nothing to install.

What risk level is upload_file_to_record? +

upload_file_to_record is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit upload_file_to_record? +

Yes. Add a rate_limit block to the upload_file_to_record rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block upload_file_to_record completely? +

Set action: deny in the PolicyLayer policy for upload_file_to_record. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides upload_file_to_record? +

upload_file_to_record is provided by the QuintaDB MCP server (https://quintadb.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on QuintaDB, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of QuintaDB's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.