Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

SAP Chat Publish Manifest

sap_chat_publish_manifest

Publishes a signed thematic room or group manifest for discovery indexers, policy-aware agents, and chat clients.

Instructions

Publish a signed thematic room/group manifest for discovery indexers, policy-aware agents, and chat clients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoSmall topic tags used by discovery, for example openbook, markets, sol-usdc.
linksNoOptional signed room links for docs, market references, IPFS manifests, or execution receipts.
topicNoThematic topic, for example openbook:sol-usdc:market-makers or sap:registry:discovery.
policyNoCompact group policy or content-addressed policy reference.
roomIdNoOptional explicit room ID. If omitted, one is derived deterministically.
metadataNoOptional compact manifest metadata.
roomKindNoChat room kind: dm, group, or room.
roomNameNoHuman-readable room name for public thematic rooms.
descriptionNoShort public room/group description.
participantsNoParticipant agent/wallet identifiers for DM or group rooms.

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?

Annotations already indicate non-read-only, non-destructive, non-idempotent. The description adds no further behavioral context such as side effects, permissions, or rate limits. Neutral, 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?

Single, clear sentence with no wasted words. Front-loaded with the core action and audience.

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?

For a tool with 10 parameters (including nested objects) and an output schema, the description is minimal. It covers the main purpose but lacks details about manifest structure or signed nature. Adequate but not rich.

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 parameters are fully defined in the schema. The description does not add additional meaning or examples beyond what's in the schema, meeting the baseline.

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 action 'publish' and the resource 'signed thematic room/group manifest', specifying the target audience. It distinguishes from sibling tools by focusing on publishing a manifest rather than reading, sending, or starting rooms.

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?

No explicit guidance on when to use this tool versus alternatives like sap_chat_start_room or sap_chat_send_message. The purpose is clear but omits exclusions or context for selection.

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