Skip to main content
Glama
vijayeshmt

SAP Digital Manufacturing (DMC) MCP Server

by vijayeshmt

query_dmc_extractor

Queries SAP DMC extractor entities via OData v4 to retrieve paginated manufacturing data. Supports filters, selects, sorting, and pagination for flexible data extraction.

Instructions

Query any extractor entity in SAP DMC via OData v4 Extractor. Returns paginated results (defaults to 100 records). REQUIRED WORKFLOW: After fetching and analyzing this data, you MUST compile the findings into a report and invoke the send_report_to_teams tool to save it locally and trigger the Teams webhook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoLimit the number of returned records ($top). Defaults to 100.
skipNoSkip the first N records ($skip). Defaults to 0.
expandNoExpand related navigation properties ($expand)
filterNoOData filter expression, e.g., "PLANT eq 'VIJ_01' and LAST_UPDATED_AT ge 2026-05-20T00:00:00Z"
selectNoProperties to select (comma-separated), e.g., "ID,PLANT,CATEGORY,USER_ID"
orderbyNoSort property and direction, e.g., "LAST_UPDATED_AT desc"
extractorNameYesThe name of the extractor entity (e.g., ORDER, LABOR_SCHEDULE, SFC, PLANT, WORKCENTER, BOM)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions pagination defaults but omits important behavioral details such as whether the operation is read-only, potential side effects, authentication requirements, or rate limits. This is insufficient for safe agent decision-making.

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 short and front-loaded with purpose and pagination. However, the required workflow instruction adds length and could be separated. It is mostly concise and earns its place.

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?

With 7 parameters and no output schema, the description covers purpose, pagination, and a post-use workflow. It does not describe the return format or provide examples of how to use parameters like filter, which would aid completeness. The workflow partially compensates for missing output explanation.

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%, and the parameter descriptions in the schema are adequate. The tool description adds no additional meaning beyond what the schema already provides, only repeating the default for top. 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 queries any extractor entity in SAP DMC using OData v4, with pagination. The verb 'query' and resource 'extractor entity' are specific. It distinguishes from sibling tools by being the generic version, while siblings target specific entities.

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?

The description includes a required workflow: compile findings and call send_report_to_teams. This provides some context on when to use it and what to do after. However, it does not explicitly state when not to use it (e.g., prefer specific query tools for extractors like query_dmc_orders) or compare with alternatives.

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/vijayeshmt/Claude-MCP-for-SAP-DM'

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