Skip to main content
Glama
mnmozi

Dynatrace SaaS MCP Server

by mnmozi

create_notebook

Create a new Dynatrace notebook by supplying inline JSON content or a file path. Automates notebook creation for documenting observability data.

Instructions

Create a new notebook (WRITE). Sends a multipart/form-data POST per the Document Service spec. The content object is serialized to JSON and sent as the 'content' part with Content-Type application/json. Provide the content inline via 'content' OR from a file via 'contentPath' (not both). Requires DT_ENABLE_WRITES=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNotebook display name.
contentNoNotebook content as a JSON object (e.g. { cells: [] }).
contentPathNoAbsolute or cwd-relative path to a JSON file whose contents become the notebook content. Provide exactly one of content or contentPath.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the HTTP method (multipart/form-data POST), serialization details, and environment requirement. It doesn't cover error cases or auth beyond DT_ENABLE_WRITES, but is fairly transparent.

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 four sentences, front-loaded with purpose. It is concise with no wasted words, though it could be slightly shorter without losing 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 is provided, and the description does not mention what the tool returns (e.g., the created notebook object). For a creation tool, return value is important context. Overall it is adequate but incomplete.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds critical meaning: it explains the OR relationship between content and contentPath, and that contentPath is a file path. This goes beyond the schema's descriptions.

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 'Create a new notebook (WRITE)' with a specific verb and resource. It distinguishes from siblings like create_dashboard by mentioning the Document Service spec and the WRITE nature.

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: it requires DT_ENABLE_WRITES=true and explains the mutual exclusivity of content vs contentPath. It doesn't explicitly list when not to use, but the prerequisites are clear enough for an agent.

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