Skip to main content
Glama
kcofoni

duplicati-mcp

by kcofoni

db_get_backup_options

Retrieve backup job configuration options including compression, encryption, retention policy, and file exclusions. Excludes sensitive values like passphrases.

Instructions

Return the configuration options for a backup job from the local SQLite database.

Includes compression, encryption module, retention policy, file exclusions, etc. Sensitive values such as passphrases are excluded.

Args: backup_id: Numeric ID of the backup job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backup_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided. The description discloses that sensitive values like passphrases are excluded, adding some behavioral context. However, it does not explicitly state that the operation is read-only, nor does it mention permission requirements or error conditions, leaving gaps in transparency.

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 concise, starting with a clear one-line purpose, then listing key details and parameters. Every sentence adds meaningful information without redundancy.

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?

The tool has an output schema, so the description does not need to detail return values. It covers included options and excluded sensitive values. However, it lacks mentions of prerequisites (e.g., backup job existence) or error handling, leaving minor gaps.

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?

With 0% schema description coverage, the description adds value by specifying that backup_id is a 'Numeric ID', while the schema only defines it as a string. This clarifies the expected format beyond the 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 clearly states 'Return the configuration options for a backup job', specifying the verb and resource. It lists specific details like compression, encryption, retention policy, differentiating it from siblings such as db_get_backup_metadata and db_get_backup_schedule.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus its siblings (e.g., db_get_backup_metadata, export_backup_config). The description only explains what the tool returns, not the context or decision criteria for selecting it.

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/kcofoni/duplicati-mcp'

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