axl_preview_mutation
Validate and normalize one enabled AXL mutation without performing transport,
How to use it
axl_preview_mutation is exposed by the Cisco Axl MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the axl_preview_mutation tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Cisco Axl MCP
npx @calltelemetry/cisco-axl-mcpOther tools in Cisco Axl MCP (7)
Returns the input schema for an AXL operation — required fields, types, enums, defaults, and nested structure. Use this to build correct payloads for axlexecute without guessing.
Execute any AXL operation by name.
Discover all 123 non-CRUD action operations across the AXL schema — apply, reset, restart, do, lock, wipe, assign, unassign.
Returns all top-level CUCM object types available in the loaded WSDL version.
Returns the CRUD operations available for a specific object type.
Execute a conservatively screened SQL SELECT against CUCM Informix via AXL's
Execute a SQL INSERT, UPDATE, or DELETE against the CUCM Informix database via AXL's executeSQLUpdate.