Skip to main content
Glama

backups_admin_now

Starts an immediate admin backup for all users or a specified account, sending data to the chosen destination. Confirmation is required before the backup begins.

Instructions

Kick an admin-level backup now.

Args: who: all | or a username. where: Destination the panel understands. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whoNoall
whereNolocal
confirmNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. It only says to initiate a backup and that confirm is required, without explaining side effects, whether the operation runs synchronously, permissions needed, or what 'now'/immediate means. This is too thin for a mutating admin action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded with the purpose, and the Args block is easy to scan. It contains no filler, though it could trade a little brevity for more useful parameter detail.

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

Completeness2/5

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

For a mutating admin-trigger action with no annotations and weak parameter documentation, this is under-specified. An agent does not learn valid 'where' values, what confirm actually requires, or the operational consequences of firing an admin backup. The output schema reduces the need to describe return values, but it does not fill these gaps.

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

Parameters2/5

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

With 0% schema description coverage, the description is the only source of parameter meaning. It usefully defines 'who' as 'all' or a username, but 'where' is only described as 'Destination the panel understands,' which is vague. It also conflicts with the schema: 'confirm' is called Required while the schema shows no required parameters and a default of false.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a concrete action ('Kick ... backup now') on a clear resource ('admin-level backup'), so an agent can tell this triggers an on-demand admin backup. However, it does not explicitly contrast with siblings like backups_admin_list or backups_create, and 'Kick' is informal.

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?

There is no explicit when-to-use or when-not-to-use guidance. The description never names alternatives or conditions, such as using backups_admin_list to inspect backups or backups_create for user-level backups. The intended use is only weakly implied by the word 'now.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/OpenIaaS/directadmin-mcp-server'

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