Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

Patch Managed Object Relationship

patchManagedObjectRelationship
Destructive

Add, update, or remove custom relationship properties on managed objects in PingOne AIC. Works only with custom_ prefixed properties.

Instructions

Add, update, or remove a custom relationship property on a managed object type in PingOne AIC via the schema service. Only works with properties that have a "custom_" prefix. For add/update, provide the full relationship property definition.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectTypeYesThe managed object type (e.g., "alpha_user", "bravo_role"). Must be a valid path segment.
propertyNameYesThe relationship property name. Must start with "custom_" prefix (e.g., "custom_department", "custom_teams").
actionYesThe action to perform: "add" to create a new relationship property, "update" to modify an existing one, or "remove" to delete it.
propertyDefinitionNoThe full relationship property definition. Required for add/update actions. For the expected structure, refer to an existing relationship property from getManagedObjectSchema with includeFullDefinition=true.
Behavior3/5

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

Annotations already indicate destructiveHint and openWorldHint. The description adds the constraint on property name prefix and the 'via the schema service' context, but does not elaborate on the side effects of each action (add/update/remove) or the persistence implications.

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?

The description is two concise sentences, front-loaded with the main action, and contains no unnecessary words or repetition. Every sentence adds critical information.

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?

Given the tool's complexity (4 parameters, no output schema, destructive actions), the description covers the core functionality, constraints, and parameter requirements. It could be improved by briefly stating what happens after a removal action, but overall it is reasonably complete.

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 100%, but the description adds value beyond the schema: it specifies that propertyName must start with 'custom_', and for propertyDefinition it explains the requirement and points to getManagedObjectSchema for the expected structure. This compensates for the schema's minimal descriptions.

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 verb (Add, update, remove) and resource (custom relationship property on a managed object type), and distinguishes it from sibling tools by specifying the scope ('via the schema service') and the constraint on property names ('Only works with properties that have a 'custom_' prefix').

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?

The description provides clear context for usage, including the 'custom_' prefix requirement and instructions for providing the property definition for add/update actions. However, it does not explicitly mention when not to use this tool or suggest alternative tools for non-custom properties.

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