Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

SAP Chat Send Message

sap_chat_send_message

Send public or private chat messages to SAP rooms. Supports plain text, ciphertext, link references, and metadata for group or direct messaging.

Instructions

Send a chunked SAP chat message to a room. Public messages store UTF-8 text; private messages store caller-provided ciphertext bytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoOptional signed link references. Each link must include url and may include kind, label, sha256.
topicNoRequired thematic group topic when deriving or writing to topic-scoped groups.
policyNoOptional compact group policy reference or policy hash. Full policy bodies should live off-chain and be linked by hash.
roomIdNoOptional explicit room ID. If omitted, one is derived deterministically.
contentNoPlain UTF-8 message content for public messages.
replyToNoOptional parent message ID.
metadataNoOptional JSON metadata. Keep small; large metadata should be stored off-chain and hashed.
roomKindNoChat room kind: dm, group, or room.
roomNameNoHuman-readable room name for public thematic rooms.
visibilityNoMessage visibility. Defaults to public.
contentTypeNoMIME content type. Defaults to text/plain for public messages.
participantsNoParticipant agent/wallet identifiers for DM or group rooms.
payloadBase64NoBase64 payload. Required for private/ciphertext messages.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior3/5

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

The description adds context beyond annotations by mentioning 'chunked' behavior and the difference between public/private storage. However, it does not disclose potential side effects, rate limits, or authentication requirements. Annotations are neutral (readOnlyHint=false, destructiveHint=false), so no contradiction.

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 extremely concise with two sentences, front-loaded with the primary action. Every sentence provides essential information without waste.

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's complexity (13 parameters, nested objects, output schema), the description is too brief. It does not explain return values, chunking mechanics, or how to choose between public and private message types. Missing critical context for a multi-parameter tool.

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 description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning to individual parameters beyond what the schema provides, earning the baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Send a chunked SAP chat message to a room') and distinguishes between public and private messages. However, it does not explicitly differentiate from sibling tools like sap_chat_read_all or sap_chat_derive_room, though no other send tool exists among siblings.

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?

The description implies when to use this tool (to send messages), but provides no explicit guidance on when not to use it or alternatives. Since no other send tool is listed, the uniqueness is implicit, but the description lacks direct usage instructions.

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/OOBE-PROTOCOL/sap-mcp'

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