Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

list_settings_objects

List Settings 2.0 objects filtered by schema and scope to retrieve specific configuration items from Dynatrace.

Instructions

List Settings 2.0 objects, filtered by schema and/or scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaIdsNoComma-separated schema ids.
scopesNoComma-separated scopes, e.g. 'environment' or a HOST-xxx id.
pageSizeNo
Behavior2/5

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

The description does not disclose behavioral traits such as pagination behavior, sorting, side effects, or performance characteristics. Since no annotations are provided, the description carries the full burden but fails to add detail beyond the basic listing function.

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. It is front-loaded with the key action and resource, containing no redundant information.

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 has three parameters and no output schema or annotations, the description is insufficiently complete. It does not mention return value structure, pagination, sorting, or error conditions, leaving significant gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no additional meaning beyond the input schema. The schema already describes schemaIds and scopes with similar wording; pageSize lacks a description both in schema and description. With 67% schema coverage, the description should compensate for the missing pageSize explanation but does not.

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 'List Settings 2.0 objects, filtered by schema and/or scope.' clearly specifies the verb (list) and the resource (Settings 2.0 objects). It also mentions the filtering capability, which distinguishes it from other list tools like list_settings_schemas.

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 provides no guidance on when to use this tool versus alternatives (e.g., get_settings_object, list_settings_schemas). There is no mention of prerequisites, context, or when not to use it.

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