Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

Patch Managed Object

patchManagedObject

Apply JSON Patch operations to update specific fields of a managed object in PingOne Advanced Identity Cloud.

Instructions

Update specific fields of a managed object in PingOne AIC using JSON Patch operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectTypeYesManaged object type (e.g., alpha_user, bravo_user, alpha_role, bravo_role, alpha_group, bravo_group, alpha_organization, bravo_organization). Use listManagedObjects to discover all available types.
objectIdYesThe object's unique identifier (_id)
revisionYesThe current revision (_rev) of the object, obtained from getManagedObject
operationsYesArray of JSON Patch operations to apply to the object
Behavior3/5

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

Annotations destructiveHint=false and openWorldHint=true are consistent with the description's 'Update' nature. The description does not add behavioral context beyond annotations, such as concurrency handling or authentication needs. It does not contradict annotations.

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

Conciseness5/5

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

Description is a single, focused sentence with no extraneous words. It is front-loaded and wastes no space.

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

Completeness4/5

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

For a patch tool with no output schema, the description is mostly complete. It could mention return value or revision handling, but the schema provides sufficient detail on required fields. Slightly incomplete for a tool with no output schema.

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?

All 4 parameters have descriptions in the input schema (100% coverage). The description reinforces the use of JSON Patch operations but does not add new meaning beyond the schema. Baseline score of 3 applies.

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 the tool updates specific fields of a managed object using JSON Patch operations. It uses a specific verb (Update) and resource (managed object), and the method (JSON Patch) distinguishes it from siblings like createManagedObject or deleteManagedObject.

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 usage for modifying fields but does not explicitly state when to use this tool versus alternatives like patchManagedObjectDefinition or patchManagedObjectRelationship. No guidance on when not to use or prerequisites is provided. The input schema references listManagedObjects and getManagedObjectSchema, offering indirect context.

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