Skip to main content
Glama

salesforce_backup

Back up Salesforce data and file attachments asynchronously. Choose full, incremental, or files-only backups with configurable options for objects, compression, and parallel downloads.

Instructions

Start comprehensive backups of Salesforce data including all file attachments. Runs asynchronously in background - returns immediately with job ID. Check progress with salesforce_backup_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backup_typeNoType of backup to perform: 'full' backs up everything, 'incremental' backs up changes since a date, 'files_only' backs up just attachmentsincremental
include_filesNoInclude modern Files (ContentDocument/ContentVersion) in backup
include_attachmentsNoInclude legacy Attachment files in backup
include_documentsNoInclude Document object files in backup
objects_filterNoSpecific objects to backup (empty array = all objects). Example: ['Account', 'Contact', 'CustomObject__c']
since_dateNoISO date for incremental backup - only backup records modified after this date. Format: YYYY-MM-DDTHH:mm:ss.sssZ
compressionNoCompress backup files with gzip to save space
parallel_downloadsNoNumber of parallel file downloads (1-10). Higher values = faster but more API usage
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses key behavioral traits: it's an asynchronous operation ('Runs asynchronously in background'), returns immediately with a job ID, and requires follow-up with another tool. However, it doesn't mention potential side effects like API usage impact or resource consumption.

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?

Three tightly focused sentences with zero waste: first states purpose, second explains execution behavior, third provides usage guidance. Every sentence earns its place and information is front-loaded appropriately.

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 complex backup tool with 8 parameters and no output schema, the description provides good context about the asynchronous nature and workflow. However, it doesn't mention what the job ID looks like or potential error conditions, leaving some gaps for the agent to infer.

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 description coverage is 100%, so the schema fully documents all 8 parameters. The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score for high coverage.

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 specific action ('Start comprehensive backups'), resource ('Salesforce data including all file attachments'), and scope ('comprehensive'). It distinguishes from siblings like 'salesforce_backup_status' by indicating this initiates the backup while status checks progress.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool ('Start comprehensive backups') versus alternatives ('Check progress with salesforce_backup_status'), providing clear guidance on the asynchronous workflow and sibling tool relationships.

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/AiondaDotCom/mcp-salesforce'

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