Skip to main content
Glama

ise_openapi_backup_create

Creates an immediate configuration database backup in Cisco ISE by specifying a backup name, repository, and encryption key, returning a task ID to monitor progress via the Task Service status API.

Instructions

[Backup & Restore] Take the config DB backup now by providing the name of the backup,repository name and encryption key. The API returns the task ID. Use the Task Service status API to get the status of the backup job (POST /api/v1/backup-restore/config/backup)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON request body.
deploymentNoTarget ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does state it's asynchronous (returns task ID, use task status API) which is useful behavioral context. However, it doesn't disclose that this is a mutation/creation operation with potential side effects (writes to backup store), that the encryption key is sensitive, whether the operation is destructive to existing backups, or idempotency behavior.

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 a single dense sentence that packs in purpose, required inputs, return value, and follow-up guidance. Efficient use of space with the endpoint reference appended. Not overly verbose, though it could benefit from line breaks for scannability.

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

Completeness3/5

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

As a mutation tool with no annotations and no output schema, it reasonably covers the purpose, required inputs, and async workflow. The endpoint reference and task-status handoff advice add operational value. However, it lacks details on the exact data body schema, error/validation behaviors, and security implications of handling encryption keys, which is notable for a backup operation.

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 coverage is 100% with a description for the 'data' parameter (JSON request body) and 'deployment' (target ISE deployment). The description indicates backup name, repository name, and encryption key are expected inside the data body, adding meaning beyond the generic schema. However, it doesn't specify the exact JSON structure/field names for these items in the data object, leaving some ambiguity about nested content.

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 clearly states it takes a config DB backup now, specifying the required inputs (backup name, repository name, encryption key) and that it returns a task ID. The verb 'Take...backup' is specific and identifies the resource. It doesn't explicitly distinguish from sibling backup tools like ise_openapi_backup_schedule_create or ise_openapi_backup_restore, but 'config backup now' differentiates from scheduling/restore reasonably.

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 implies immediate backup creation vs. scheduled backups (sibling ise_openapi_backup_schedule_create), and points to the Task Service status API for polling. However, it doesn't explicitly state when to use vs. not use this tool, prerequisites (repository must exist), or alternatives. Some guidance given via the POST endpoint reference but no explicit exclusions.

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/TheOtherBrad/cisco-ise-mcp'

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