Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

list_iam_groups

List IAM groups at account or environment level to view group names, UUIDs, and types for access management.

Instructions

List visible groups at an organisational level (IAM v1). Requires iam:groups:read scope on an account-scoped platform token. level-type is 'account' or 'environment'; level-id is the corresponding UUID. Response array field: results (each item has uuid, groupName, type).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelTypeYesOrganisational level type: 'account' or 'environment'.
levelIdYesUUID of the level-type instance (e.g. account UUID).
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the required authorization scope (auth behavior), the scope of listing ('visible groups'), and the response structure ('results array with uuid, groupName, type'). It implicitly indicates a read-only operation by the verb 'list', which is adequate but not explicit.

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 composed of three concise sentences, each serving a clear purpose: purpose and scope, parameter guidance, and response format. It is front-loaded with the core action and resource, and every sentence adds value without redundancy or fluff.

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 has 100% schema coverage and no output schema or annotations, the description covers purpose, auth requirements, parameter usage, and response structure. However, it omits potential error conditions, pagination behavior, or edge cases, leaving minor gaps for a list operation. Overall, it is fairly complete but not exhaustive.

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% with both parameters described. The description restates the parameter meanings ('level-type is account or environment; level-id is the corresponding UUID') but adds no new information beyond what the schema already provides. Therefore, it meets the baseline expectation but does not significantly enhance 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 action ('List'), the resource ('groups'), and the scope ('at an organisational level' with 'IAM v1'). It distinguishes from sibling tools like 'list_iam_users' by specifying 'groups' and the required scope. The verb and resource are specific and unambiguous.

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 by stating the required scope ('iam:groups:read on an account-scoped platform token') and the organisational level context. However, it does not explicitly state when to use this tool over alternatives or when not to use it, lacking explicit exclusion or alternative tool references.

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/mnmozi/dynatrace-mcp-saas'

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