Skip to main content
Glama

ise_openapi_backup_last_status

Retrieve the most recent backup status for a Cisco ISE deployment to verify whether the last backup completed successfully or failed.

Instructions

[Backup & Restore] Gives the last backup status (GET /api/v1/backup-restore/config/last-backup-status)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
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 full burden. It's a read operation but this isn't explicitly disclosed, nor is it stated as non-destructive. There's no mention of whether it requires authentication, what happens if no backup exists, or whether results are cached. The endpoint path hints at the operation but doesn't disclose behavioral traits.

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

Conciseness3/5

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

The description is a single concise line with a domain prefix and endpoint. It's front-loaded with the category label. However, it's slightly under-specified — it could benefit from one clarifying sentence about the response meaning or param behavior without being padded.

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?

For a simple status-read tool with no output schema and few params, the description adequately conveys the core action. It lacks explicit non-destructive framing, pagination semantics, and when-to-use guidance relative to backup siblings. Given the moderate complexity of the Backup & Restore tool family, it's borderline adequate but has clear documentation 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?

Schema coverage is only 33%, so the description must compensate for the page, size, and deployment params. The deployment parameter has rich schema documentation (name/slug/number, omit for default). However, page and size params have no schema descriptions and the tool description doesn't explain their role either — a gap. The deployment description is strong enough to mostly compensate.

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 gives the last backup status via the explicit GET endpoint. The [Backup & Restore] prefix and endpoint path add domain context. It distinguishes from backup-related siblings like create/cancel/restore by focusing on reading status, though it doesn't explicitly name alternatives.

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 use for checking the most recent backup status but doesn't explicitly say when to use vs. alternatives. There's no guidance on exclusions or when not to use it. Siblings like ise_openapi_backup_create and ise_openapi_backup_cancel suggest a workflow relationship that isn't stated.

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