Skip to main content
Glama
BM1-de
by BM1-de

zammad_add_internal_note

Add internal notes to Zammad tickets that are visible to agents only, preventing accidental customer email delivery.

Instructions

Add an internal note to a Zammad ticket. Internal notes are visible to agents only and never delivered as email — this tool hard-codes type='note' and internal=true so you cannot accidentally send an email to the customer. If you need to send something to the customer, use zammad_create_shared_draft instead (and let a human send it manually from the Zammad UI).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesBody of the note. Format depends on content_type. For text/html: use plain HTML, nothing fancy needed (no signature, no quote block — this is an internal note). For text/plain: newlines are preserved.
subjectNoOptional subject for the note. Most Zammad UIs render the body only; the subject is mostly for the article list.
ticket_idYesZammad ticket ID (numeric, from URL: /#ticket/zoom/<id>).
content_typeNoMIME type of the body. Default: text/html.text/html
Behavior4/5

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

Discloses hard-coded type='note' and internal=true, preventing accidental email, and explains body format behavior for different content types. Lacks mention of return type or permissions, but given no annotations, this is sufficient for a simple 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 sentences, front-loaded with the core purpose, no wasted words. Every sentence contributes value.

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?

Covers purpose, usage, parameters, and behavioral nuances. Could mention expected return value or errors, but for a note-adding tool with no output schema, it is reasonably complete.

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 covers all parameters with descriptions. The description adds practical context: body formatting hints, subject usage, and ticket_id source, which enhances understanding beyond the schema.

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 explicitly states the tool adds an internal note to a Zammad ticket, specifies it is for agents only and never emailed, and contrasts with the sibling tool for customer communication.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear guidance on when to use this tool (internal notes) and when not to (customer communication), explicitly recommending zammad_create_shared_draft as the alternative.

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/BM1-de/zammad-mcp'

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