Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Publish SAP Tool By Name

sap_publish_tool_by_name

Publish a tool descriptor to the SAP MCP server registry, advertising tool capabilities such as AgentKit bridge or Metaplex NFT minting.

Instructions

Publish a tool descriptor using SDK ToolsModule.publishByName. SAP MCP context: Use tool registry writes to advertise concrete capabilities that this MCP can serve, including AgentKit bridge tools such as bridging_bridgeWormhole and Metaplex tools such as metaplex-nft_mintNFT. Publish only schemas and descriptions that match the actual MCP tool surface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoNumeric tool category ID
toolNameNoName of the tool to publish
httpMethodNoHTTP method code (e.g. 0=GET, 1=POST)
isCompoundNoWhether the tool is a compound tool (default: false)
protocolIdNoProtocol ID the tool belongs to (e.g. "jupiter")
descriptionNoHuman-readable description of the tool
paramsCountNoTotal number of parameters the tool accepts
requiredParamsNoNumber of required parameters
inputSchemaJsonNoJSON string of the tool input schema
outputSchemaJsonNoJSON string of the tool output schema

Output Schema

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

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

Annotations indicate readOnlyHint=false and destructiveHint=false, consistent with publishing. The description adds context about SDK method and registry writes, but doesn't disclose details like overwrite behavior or permission requirements. Still, it adds value beyond annotations.

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?

Two sentences front-load the purpose and context. The second sentence includes examples that are somewhat verbose but relevant. Overall, it is efficient and well-structured.

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 10 parameters, full schema coverage, output schema, and annotations, the description provides sufficient context about the tool's role and when to use it. It could mention authorization or side effects, but it is complete enough for a publish operation.

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 schema already documents all parameters. The description does not add new parameter semantics beyond stating 'publish only schemas and descriptions that match actual tool surface,' which is general guidance. Baseline 3 is appropriate.

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 tool's purpose: 'Publish a tool descriptor using SDK ToolsModule.publishByName.' It specifies the resource (tool descriptor) and the action (publish), and provides context about advertising capabilities. Examples of tools (e.g., bridging_bridgeWormhole) help differentiate from siblings like sap_update_tool.

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 says to 'use tool registry writes to advertise concrete capabilities,' which guides when to use. It does not explicitly state when not to use or contrast with sap_update_tool, but the context is clear. A small gap in mentioning alternatives prevents a 5.

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