Skip to main content
Glama

ise_openapi_patch_install

Trigger patch installation on a Cisco ISE node via the API. Specify the target deployment and JSON request body to initiate the patch install process directly from your MCP server.

Instructions

[Patch] Trigger patch installation on the Cisco ISE node. (POST /api/v1/patch/install)

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 full burden for behavioral disclosure. It doesn't mention whether the install is asynchronous (returns a task id), requires upload/download of patch first, needs a maintenance window or reboot, affects active sessions, or is destructive. '[Patch]' prefix is decorative and adds no behavioral information. For an install (mutation) operation with zero annotation coverage, this is a significant gap.

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 concise sentence plus endpoint reference. It's efficient with no wasted words. The deployment parameter's rich documentation is embedded in the schema, not the description. Could be slightly improved by front-loading more semantic context, but overall it's appropriately minimal.

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?

The tool is complex: it's a mutation operation (install) with a nested 'data' object as required parameter, no output schema, and no annotations. With high schema coverage for params but zero behavioral disclosure, the description leaves the agent uninformed about whether the operation is synchronous or async, what the response contains, and what the 'data' body should actually contain (patch name? version? wait-for?) - critical for a patch install. The deployment parameter hint is the only genuinely useful supplementary context.

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 already documents both parameters (data as JSON body, deployment as target selection). The description adds the useful hint about deployment format options (name/slug/number) and references ise_list_deployments, which is genuinely helpful beyond the schema. However, the 'data' parameter's structure/nested fields aren't explained, and schema coverage being complete means baseline 3 is appropriate.

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

Purpose3/5

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

The description states 'Trigger patch installation on the Cisco ISE node' with the endpoint path. This makes the verb+resource clear. However, it's minimal - no detail on what 'install' entails, prerequisites, or what distinguishes it from hotpatch_install or patch_list siblings. The purpose is clear but not richly specified.

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 explicit when-to-use or when-not-to-use guidance is given. It doesn't reference alternatives like ise_openapi_hotpatch_install or distinguish when a regular patch vs hotpatch should be used. The only implicit usage context comes from the tool name itself, which isn't sufficient to differentiate choices.

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