Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

Get Managed Object

getManagedObject
Read-only

Retrieve the complete profile of a managed object by its ID in PingOne Advanced Identity Cloud. Specify the object type and unique identifier to get full details.

Instructions

Retrieve a managed object's complete profile by ID in PingOne AIC

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)
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds that it returns the 'complete profile', which is consistent. However, it does not disclose any additional behavioral traits such as permissions needed, response format, or pagination. With high annotation coverage, the description adds marginal value.

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 a single, concise sentence that is front-loaded with the main action. No extraneous words or redundancy.

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 simplicity (two required params, read-only, no output schema), the description is adequately complete. It states the tool retrieves the complete profile, which covers the expected outcome. However, it could explicitly mention that no other parameters are needed or that the response contains all attributes, but the current wording suffices.

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?

Input schema has 100% description coverage, including helpful examples for objectType. The description's phrase 'by ID' adds little beyond the schema's descriptions. The schema already names the parameters and provides guidance on using listManagedObjects. Thus the description does not significantly enhance parameter understanding.

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 'retrieve', the resource 'managed object', and the context 'by ID in PingOne AIC'. It effectively distinguishes from sibling tools like listManagedObjects or getManagedObjectSchema by specifying it retrieves the complete profile for a single object.

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 when you have an object ID and need the full profile, but it lacks explicit guidance on when not to use or alternatives. For example, it does not mention that listManagedObjects is for discovery or that getManagedObjectSchema is for schema retrieval.

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