Skip to main content
Glama
marco-looy

Pega DX MCP Server

by marco-looy

get_participant_roles

Retrieve available participant roles for a Pega case to manage access control and permissions effectively.

Instructions

Retrieve list of participant roles for a specific Pega case. Returns available roles that can be assigned to case participants for access control and permission management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIDYesCase ID. Example: "MYORG-APP-WORK C-1001". Complete identifier including spaces."ON6E5R-DIYRecipe-Work-RecipeCollection R-1008". a complete case identifier including spaces and special characters.
sessionCredentialsNoOptional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool retrieves a list and returns available roles, which implies a read-only operation, but it doesn't cover critical aspects like authentication requirements (hinted in schema but not described), potential rate limits, error conditions, or whether it's idempotent. For a tool with authentication complexity, this is a significant gap.

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, well-structured sentence that efficiently states the action, target, and purpose. It avoids redundancy and is appropriately sized for its function. However, it could be slightly more front-loaded by immediately highlighting the list-retrieval action.

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

Completeness2/5

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

Given the tool's complexity (involving authentication via nested objects and no output schema), the description is insufficient. It lacks details on authentication modes (OAuth vs. token), response format (e.g., list structure, role properties), and error handling. Without annotations or output schema, the description should compensate more to ensure the agent can use it correctly.

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 the schema fully documents both parameters (caseID and sessionCredentials). The description adds no parameter-specific details beyond what's in the schema, such as explaining the format of returned roles or clarifying caseID usage. This meets the baseline for high schema coverage but doesn't enhance understanding.

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 verb ('Retrieve list') and resource ('participant roles for a specific Pega case'), making the purpose unambiguous. It distinguishes from siblings like 'get_participant' (single participant) and 'get_participant_role_details' (detailed role info) by focusing on listing available roles. However, it doesn't explicitly name these siblings for differentiation, preventing a perfect score.

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

Usage Guidelines2/5

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

The description mentions the tool is for 'access control and permission management,' which provides some implied context, but it offers no explicit guidance on when to use this tool versus alternatives like 'get_participant' or 'get_participant_role_details.' There are no prerequisites, exclusions, or named alternatives stated, leaving usage decisions unclear.

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/marco-looy/pega-dx-mcp'

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