Skip to main content
Glama

save_quick_roles

Save frequently used Azure PIM roles as quick roles for one-command activation. Specify role indices from list_quick_roles to create a reusable set.

Instructions

Saves your selected roles as quick roles for fast activation. Use the indices from list_quick_roles to specify which roles to save.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicesYesArray of role indices from list_quick_roles to save as your quick roles.
descriptionNoOptional description for your quick roles set (e.g., 'My daily development roles').
defaultJustificationNoOptional default justification to use when activating quick roles (e.g., 'Development work'). If set, you won't need to provide a justification each time.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.1

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It explains the purpose but does not mention side effects, whether existing quick roles are overwritten, permission requirements, or what happens after saving. This is a notable gap for a mutation tool.

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?

Two concise sentences with no wasted words. The key action and the required input source are front-loaded, making it easy for an agent to parse quickly.

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

Completeness3/5

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

The description and schema together define the parameters well, but with no annotations and no output schema, the tool lacks behavioral context such as overwrite behavior, return value, or next steps. It is adequate for a basic save operation but leaves some operational ambiguity.

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 coverage is 100% and each parameter already has a meaningful description. The tool description adds helpful context by pointing to list_quick_roles as the source of indices, but it doesn't add new details for the optional description or defaultJustification parameters.

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 saves selected roles as quick roles for fast activation, using a specific verb and resource. It distinguishes itself from siblings like activate_quick_roles by indicating this is a save operation, not activation.

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 gives explicit usage context: use indices from list_quick_roles to specify which roles to save. It doesn't explicitly exclude alternatives or state when not to use the tool, but the instruction is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.