Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Bundle SAP MCP Skills

sap_skills_bundle

Return bundled SAP MCP skills as JSON for agents to load or write skills autonomously.

Instructions

Return bundled SAP MCP skills as JSON so an agent can load or write them itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillsNoSkills parameter for Bundle SAP MCP Skills.
includeContentsNoInclude Contents parameter for Bundle SAP MCP Skills.

Output Schema

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

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

Description only states returns JSON, implying a read-only operation. However, annotations show readOnlyHint=false, suggesting possible side effects, but no side effects are disclosed. No mention of permissions, rate limits, or other behavioral traits. The description does not contradict annotations, but fails to clarify the operation's nature.

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?

Description is a single clear sentence with no fluff. It concisely states the action, resource, format, and purpose. Could be slightly improved by front-loading the core verb and resource.

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?

Description is minimal. With an output schema present, return values may be sufficiently documented there. However, it lacks details on what 'bundled' means, how skills are aggregated, and the effect of the two parameters. Given low complexity (2 params, no nested objects), it is adequate but not thorough.

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 baseline is 3. Description adds no extra meaning beyond the generic schema descriptions (e.g., 'Skills parameter for Bundle SAP MCP Skills'). It does not explain what 'skills' list expects or how 'includeContents' affects output.

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?

Description clearly states verb 'Return', resource 'bundled SAP MCP skills', and format 'as JSON'. Purpose is explained: 'so an agent can load or write them itself'. It distinguishes from siblings like sap_skills_list (lists skills) and sap_skills_install (installs skills) by focusing on returning a bundle for self-service, but lacks explicit differentiation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like sap_skills_list or sap_skills_install. The description implies usage for loading or writing skills, but does not specify prerequisites, contexts, or exclusions.

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