Skip to main content
Glama
DimiDR

SAP Datasphere MCP Server

by DimiDR

get_space_assets

List all data assets in a specific SAP Datasphere space, including names, types, and exposure status, with optional filters for asset type and consumption exposure.

Instructions

List all data assets within a specific SAP Datasphere space.

Use this tool when:

  • User asks "What assets are in the SAP_CONTENT space?"

  • Browsing assets within a specific space

  • Creating a space-specific asset inventory

  • Filtering assets by type within a space

  • Validating space contents and available data

  • Understanding what data is available in a space

What you'll get:

  • All assets within the specified space

  • Asset names, descriptions, and types

  • Exposure status for each asset

  • Consumption URLs (analytical and relational)

  • Creation and modification timestamps

  • Asset counts and pagination info

This list is not the whole space. It comes from the Catalog API, which only shows objects that are deployed and exposed for consumption. Objects created in the modeler without that flag exist but do not appear here. If something you expect is missing, check the repository with list_repository_objects before telling the user it does not exist.

Required parameters:

  • space_id: The space to browse (e.g., 'SAP_CONTENT')

Optional parameters:

  • filter_expression: Filter by asset type or other criteria

  • top: Maximum results (default 50, max 1000)

  • skip: Results to skip for pagination

Example queries:

  • "List all assets in the SAP_CONTENT space"

  • "Show me analytical models in SALES_ANALYTICS"

  • "What tables are available in FINANCE_SPACE?"

  • "List exposed assets in SAP_CONTENT"

Common filters:

  • By type: filter_expression="assetType eq 'AnalyticalModel'"

  • Exposed only: filter_expression="exposedForConsumption eq true"

  • By name pattern: filter_expression="contains(name, 'Financial')"

  • Combined: filter_expression="assetType eq 'View' and exposedForConsumption eq true"

Asset types:

  • AnalyticalModel: Multi-dimensional models with dimensions and measures

  • View: SQL views combining data from multiple sources

  • Table: Physical tables with business data

  • Fact: Fact tables in dimensional models

  • Dimension: Dimension tables for analysis

Use cases:

  • Space content discovery

  • Asset inventory generation

  • Data availability validation

  • Finding specific asset types

  • Understanding space data landscape

Note: This uses the Catalog API: GET /api/v1/datasphere/consumption/catalog/spaces('{spaceId}')/assets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMaximum number of results to return (default: 50, max: 1000).
skipNoNumber of results to skip for pagination (default: 0).
space_idYesThe space ID in UPPERCASE format (e.g., 'SAP_CONTENT', 'SALES_ANALYTICS'). Must match exactly.
filter_expressionNoOData filter expression (e.g., "assetType eq 'AnalyticalModel'" or "exposedForConsumption eq true").
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It explicitly warns that the list is not the whole space, explains it comes from the Catalog API and only includes deployed/exposed objects, and details what will be returned (asset names, descriptions, types, exposure status, consumption URLs, timestamps, counts, pagination info). This is highly transparent and goes beyond a simple listing.

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 long but well-structured with clear headers (use when, what you'll get, examples, filters, asset types, use cases). It is front-loaded with the core purpose. Some redundancy exists between 'Example queries' and 'Use cases,' but every section contributes meaningfully, so the length is justified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 4 parameters, no output schema, and no annotations, the description is remarkably complete. It explains the API endpoint, limitations, return content, pagination behavior, asset types, and provides usage examples. It even offers guidance on alternative tools when results are missing, fully contextualizing the tool within its environment.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description substantially enriches parameter understanding. It provides example filter expressions for common use cases (by type, exposed only, name pattern, combined), lists asset types with semantics, and gives example queries. This goes well beyond the schema's terse descriptions, making the filter_expression parameter actionable.

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 opens with a specific verb+resource+scope: 'List all data assets within a specific SAP Datasphere space.' It clearly distinguishes from siblings like list_catalog_assets and search_catalog by emphasizing the space-scoped browsing, and explicitly mentions the alternative list_repository_objects for missing objects.

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

Usage Guidelines5/5

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

A dedicated 'Use this tool when' section lists concrete scenarios, and the description gives explicit exclusion guidance: 'If something you expect is missing, check the repository with list_repository_objects before telling the user it does not exist.' This tells the agent both when to use and when not to use the tool, with an alternative named.

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/DimiDR/SAP-Datasphere-MCP'

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