Skip to main content
Glama

CreateMessageClassMessage

Add a new message number and text to an existing ABAP message class (T100) by specifying the message class name, message number, and message text.

Instructions

Operation: Create. Subject: a single message inside a Message Class (MSAG). Add a message (number + text) to an existing ABAP message class (T100). The parent class must exist first (CreateMessageClass).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
msgnoYesMessage number (e.g., "001").
msgtextYesMessage text. May contain placeholders &1 &2 &3 &4 (or &).
descriptionNo(optional) Long description for the message.
self_explanatoryNo(optional) Mark the message as self-explanatory (no long text needed). Default: false.
transport_requestNo(optional) Transport request number. Required for transportable objects.
message_class_nameYesParent message class name (e.g., ZMY_MSGS).
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states it is a Create operation (adds a message) and mentions the number and text fields. However, it does not disclose potential side effects (e.g., if the message number already exists), or any authorization requirements beyond the schema. The description provides basic behavioral context but lacks depth.

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 highly concise, consisting of two sentences. The first sentence front-loads the key information (operation and subject), and the second adds the crucial prerequisite. No unnecessary words or redundancy.

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's simplicity (create a message with number, text, and optional fields) and no output schema, the description provides sufficient context. It covers the purpose and prerequisite. It could potentially mention uniqueness of message numbers, but overall it is complete enough for an AI agent to use correctly.

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%, so the baseline is 3. The description adds some context about the parent class and the message number and text, and mentions placeholders in msgtext. However, it does not significantly enhance understanding beyond what the schema already provides. The prerequisite note is helpful but not parameter-specific.

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 operation (Create), the subject (a single message inside a Message Class), and what it does (add a message with number and text to an existing ABAP message class). It also distinguishes from siblings like CreateMessageClass (which creates the class itself) and UpdateMessageClassMessage (which updates).

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 explicitly states that the parent class must exist first, referencing CreateMessageClass. This provides clear guidance on when to use this tool (after creating the parent) and implies not to use it if the parent does not exist. No explicit alternatives or when-not-to-use, but sufficient for the context.

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/fr0ster/mcp-abap-adt'

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