Skip to main content
Glama
pingidentity

PingOne Advanced Identity Cloud MCP Server

Official
by pingidentity

Query Managed Objects

queryManagedObjects
Read-only

Search and retrieve managed identity objects like users, roles, groups, and organizations from PingOne Advanced Identity Cloud using CREST query filters for precise data access.

Instructions

Query managed objects in PingOne AIC using CREST query filter syntax

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.
queryFilterNoCREST query filter expression. IMPORTANT: Call getManagedObjectSchema first to discover available fields. Operators: eq, co, sw, gt, ge, lt, le, pr (present), ! (NOT). Boolean: and, or. Quote strings. If omitted, returns all objects up to pageSize. Examples: FIELD eq "value" | FIELD sw "prefix" | (FIELD1 eq "a") and (FIELD2 co "b") | FIELD pr Docs: https://docs.pingidentity.com/pingoneaic/latest/developer-docs/crest/query.html#crest-query-queryFilter
pageSizeNoNumber of objects to return per page (default: 50)
pagedResultsCookieNoPagination cookie from previous response to retrieve next page
sortKeysNoComma-separated field names to sort by. Prefix with "-" for descending. Example: "FIELD1,-FIELD2"
fieldsNoComma-separated field names to return. If omitted, returns all fields. Example: "FIELD1,FIELD2,_id"
Behavior4/5

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

Annotations indicate read-only and open-world hints, which the description aligns with by describing a query operation. The description adds valuable behavioral context beyond annotations: it specifies the query syntax (CREST), mentions pagination via 'pagedResultsCookie', and references external documentation for operators. This enriches the agent's understanding of how to construct valid queries.

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, efficient sentence that directly states the tool's function and key technical detail (CREST syntax). It avoids redundancy and wastes no words, making it easy to parse and front-loaded with essential 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 (6 parameters, query operations) and lack of output schema, the description is reasonably complete. It covers the core action and syntax, and schema descriptions handle parameter details. However, it could better address return values or error cases, leaving minor gaps for a query 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?

Schema description coverage is 100%, so parameters are fully documented in the schema. The description adds minimal semantics beyond the schema, primarily by reinforcing the CREST syntax context. It doesn't provide additional examples or clarify parameter interactions beyond what's in schema descriptions, meeting the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the action ('Query') and resource ('managed objects in PingOne AIC'), specifying the query syntax ('CREST query filter syntax'). It distinguishes from siblings like 'getManagedObject' (single object) and 'listManagedObjects' (no filtering), but doesn't explicitly name alternatives. The purpose is specific and operational.

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 through the mention of CREST syntax and context from schema descriptions (e.g., 'Use listManagedObjects to discover all available types'), but lacks explicit guidance on when to choose this tool over alternatives like 'listManagedObjects' or 'getManagedObject'. It provides technical prerequisites but no strategic usage rules.

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