Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

create_request_attribute

Create a new request attribute to capture and store data from HTTP headers, parameters, or other sources, enabling custom monitoring and analysis.

Instructions

Create a new request attribute (WRITE, classic Config API v1). Body must include at minimum: name, dataType, dataSources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestAttributeYesRequest attribute definition (name, dataType, dataSources, etc.).
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It only mentions it's a WRITE operation but does not disclose side effects, idempotency, duplicate handling, or authorization requirements. The agent is left to infer behavior from the name and schema.

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?

Single sentence that is front-loaded with the verb and resource. No unnecessary words, and all information is relevant. Achieves maximum conciseness without sacrificing clarity.

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?

No output schema, and the description does not mention what the tool returns (e.g., the created attribute or confirmation). Given the complexity of nested objects in the schema, the description is minimal and could provide more context about behavior or response, but it meets the minimum viability.

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

Parameters4/5

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

Schema description coverage is 100%, so baseline is 3. The description adds value by specifying the minimum required fields (name, dataType, dataSources), which is not fully captured by the schema (only name is required in schema). This helps the agent understand what must be included.

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?

Clearly states the action 'Create' and the resource 'request attribute', with an explicit note that it's a WRITE operation using classic Config API v1. This distinguishes it from sibling tools like update_request_attribute or delete_request_attribute.

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?

Implies usage by stating the minimum required fields (name, dataType, dataSources), but does not explicitly specify when to use this tool versus update_request_attribute or other create tools. No guidance on prerequisites 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