Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

Update Journey

updateJourney
Idempotent

Modify an existing authentication journey by updating metadata fields or replacing the node graph; unspecified fields are preserved.

Instructions

Update an existing authentication journey. Fetches the current journey, merges any caller-provided metadata fields (description, identityResource, mustRun, innerTreeOnly, uiConfig, enabled, maximumSessionTime, maximumIdleTime), and PUTs the result back. If nodes and/or entryNodeId are provided, the graph is replaced atomically using the same UUID transformation pipeline as createJourney; otherwise the existing graph is preserved unchanged. Fields not supplied by the caller are preserved from the fetched journey.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
realmYesThe realm containing the journey
journeyNameYesThe name of the journey to update
descriptionNoAdmin-facing description of the journey
identityResourceNoThe identity resource that the journey authenticates against. Expected format: "managed/<realm>_<objectType>" (e.g., "managed/alpha_user", "managed/bravo_role").
mustRunNoWhether the journey must run to completion
innerTreeOnlyNoWhether the journey can only be used as an inner tree
uiConfigNoUnbounded JSON object of UI configuration key/value pairs. The set of meaningful keys is defined by AM and is not enumerated here. To discover the shape for a given journey, read it first with getJourney.
enabledNoWhether the journey is enabled
maximumSessionTimeNoMaximum session time in minutes
maximumIdleTimeNoMaximum idle time in minutes
entryNodeIdNoID of the first node (connected from Start). Required when replacing the graph. Can be human-readable; will be transformed to UUID.
nodesNoMap of node IDs to node definitions. When provided, replaces the existing graph entirely and must be provided together with entryNodeId. Keys can be human-readable (e.g., "login-page"); they will be transformed to UUIDs.
Behavior5/5

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

Annotations (destructiveHint=false, idempotentHint=true, openWorldHint=true) are consistent. The description adds substantial behavioral detail: fetches current journey, merges metadata, PUTs result, atomic graph replacement with UUID transformation, preservation of unchanged fields. No contradictions.

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 paragraph, front-loaded with the main purpose. Every sentence adds value, though it could be slightly more concise. No fluff.

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

Completeness5/5

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

For a complex tool with 12 parameters and nested objects, the description covers all behavioral aspects: merge strategy, graph replacement conditions, UUID transformation, field preservation, and uiConfig caveat. No output schema but the description explains what happens sufficiently.

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% and each parameter has a thorough description. The tool description adds context about the overall update behavior but does not significantly enhance understanding of individual parameters beyond what the schema provides. Baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states 'Update an existing authentication journey' and explains the merge-and-PUT behavior, distinguishing it from createJourney (UUID transformation pipeline) and implicitly from updateJourneyNode (graph replacement vs node update).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context for when to provide nodes/entryNodeId (to replace graph) and notes that fields not supplied are preserved. However, it does not explicitly state when not to use this tool vs alternatives like updateJourneyNode, though such guidance can be inferred.

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/pingidentity/aic-mcp-server'

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