Skip to main content
Glama
SAP

@sap/mdk-mcp-server

Official
by SAP

mdk-create

DestructiveIdempotent

Create MDK projects or add entity metadata using CRUD, List Detail, or Base templates. Initialize new projects or enhance existing ones with structured metadata.

Instructions

Creates MDK projects or entity metadata using templates (CRUD, List Detail, Base). Use this for initializing new projects or adding entity metadata to existing projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderRootPathYesThe path of the current project root folder.
scopeYesThe scope of creation: • project: Initialize a new MDK project with full structure • entity: Add entity metadata to an existing project
templateTypeYesThe type of template to use. Note: 'base' template is only valid for project scope.
oDataEntitySetsYesThe OData entity sets relevant to the user prompt, separated by commas.
offlineNoWhether to generate the project in offline mode (only applicable for project scope). Set to false unless offline is explicitly specified.
Behavior3/5

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

Annotations already provide destructiveHint: true and idempotentHint: true. The description restates the creation action but adds no new behavioral details beyond the schema. It does not contradict annotations.

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 two sentences, concise and front-loaded. Every sentence adds value, with no unnecessary words.

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?

For a tool with 5 parameters and no output schema, the description adequately covers purpose, scope, and templates. It could mention return values or error conditions, but overall provides sufficient context for use.

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%. The description mentions templates and scope, which are already covered in the schema descriptions. It adds high-level context but no additional meaning beyond the structured fields.

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 creates MDK projects or entity metadata using templates, and distinguishes from sibling tools (mdk-docs, mdk-gen, mdk-manage) by focusing on creation. The verb 'Creates' and resource specification are specific and unambiguous.

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 explicitly states when to use: for initializing new projects or adding entity metadata to existing projects. It does not explicitly state when not to use or provide alternatives, but the guidance is clear for the intended use case.

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