Skip to main content
Glama
felipetomazzi-source

mcp-bw-modelling-api

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BW_CLIENTNoSAP client number100
BW_BASE_URLYesBase URL of the BW system (e.g. `https://bw4hana.example.com`)
BW_PASSWORDYesSAP password
BW_USERNAMEYesSAP username
BW_VERIFY_SSLNoVerify SSL certificates (`true`/`false`)false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_bw_objectsC

Search for BW modeling objects by name or description.

list_infoareasA

List all InfoAreas in the BW system.

InfoAreas are organizational folders used to group BW objects.

list_infoobjectsB

List InfoObjects in the BW system.

InfoObjects are the smallest units of information in BW (characteristics, key figures, time characteristics, units).

list_adsosC

List Advanced DataStore Objects (ADSOs) in the BW system.

ADSOs are the primary data storage objects in BW4/HANA.

list_composite_providersA

List CompositeProviders (HCPRs) in the BW system.

CompositeProviders combine multiple data sources (ADSOs, InfoObjects, Open ODS Views) for reporting via union or join.

list_queriesC

List BEx/BW Queries in the system.

Queries are reporting definitions built on top of CompositeProviders or ADSOs.

get_object_detailsB

Get detailed metadata for a specific BW object.

get_adso_fieldsB

Get the field list (InfoObjects) of an Advanced DataStore Object.

get_composite_provider_partsB

Get the part providers (data sources) of a CompositeProvider.

get_infoobject_detailsC

Get detailed properties of an InfoObject (characteristic or key figure).

get_infoarea_contentsC

List all objects within a specific InfoArea.

check_connectionA

Test the connection to the BW system.

Returns: Connection status with system info or error details.

get_transformation_detailsB

Get detailed metadata for a transformation including source, target, and rule information.

get_query_filtersA

Read the filter restrictions defined on a BW Query.

Retrieves the query model from the BW Modeling API and extracts the global query filter: for each restricted characteristic it returns the fixed value ranges and/or the variable references that restrict it.

Each filter is labelled with its BEx filter type (from usageType):

  • "Fixed Filter" (asFilter): a hard restriction the user cannot change at runtime (e.g. 0FISCVARNT = V5).

  • "Default Value" (asStartValue): a pre-filled default the user can override at runtime (e.g. 0CUST_GROUP = 05, 13, ...).

  • "Fixed Filter + Default Value" (asStartValueAndFilter): used as both.

get_query_structureC

List the characteristics and key figures used in a BW Query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/felipetomazzi-source/mcp-bw-modelling-api'

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