Skip to main content
Glama
SAP

@sap/mdk-mcp-server

Official
by SAP

mdk-docs

Read-onlyIdempotent

Search MDK documentation using semantic queries, retrieve component schemas, property details, and examples.

Instructions

Unified tool for accessing MDK documentation including search, component schemas, property details, and examples.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesThe type of documentation operation to perform: • search: Returns the top N results from MDK documentation by semantic search, sorted by relevance • component: Returns the schema of an MDK component based on the name of the component • property: Returns the documentation of a specific property of an MDK component • example: Returns an example usage of an MDK component
folderRootPathYesThe path of the current project root folder. Used to determine the appropriate MDK schema version.
queryNoSearch query string (required for 'search' operation).
component_nameNoName of the component (required for 'component', 'property', and 'example' operations).
property_nameNoName of the property (required for 'property' operation).
NNoNumber of results to return for search operation.
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description does not need to repeat safety. The description adds the four operation types but does not disclose any additional behavioral traits such as rate limits, authentication requirements, or side effects (e.g., whether searches modify state). The description is consistent with annotations, adding minimal value beyond them.

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?

The description is a single sentence that front-loads the main purpose. It is concise with no wasted words. However, it could be slightly more structured (e.g., listing operations) for easier scanning, but still effective.

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 six parameters and four modes, the description is minimal. It does not explain when to use each operation, return value expectations (no output schema), or how folderRootPath affects behavior. It is adequately complete given the rich schema, but additional context would improve selection and invocation.

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%, meaning the tool tip in the schema already explains each parameter. The description adds no additional meaning beyond the schema; it only provides a high-level overview. Baseline score of 3 is appropriate since the schema carries the semantic burden.

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 tool's purpose: 'Unified tool for accessing MDK documentation including search, component schemas, property details, and examples.' It uses specific verbs ('accessing') and resource ('MDK documentation'), and differentiates from sibling tools (mdk-create, mdk-gen, mdk-manage) by focus on documentation. No explicit sibling differentiation, but the naming and brief description suffice.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not state prerequisites, exclusions, or context for selecting among the four operations. With siblings like mdk-create and mdk-manage, the agent receives no help choosing this tool over others.

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/SAP/mdk-mcp-server'

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