Skip to main content
Glama
MarioDeFelipe

SAP Datasphere MCP Server

list_connections

List all external data source connections and their current status to monitor data integration health and troubleshoot refresh issues.

Instructions

List all external data source connections and their current status.

Use this tool when:

  • User asks "What data sources are connected?"

  • Checking connection health and availability

  • Understanding data lineage and sources

  • Troubleshooting data refresh issues

What you'll get:

  • Connection IDs and names

  • Connection types (SAP_ERP, SALESFORCE, EXTERNAL, etc.)

  • Connection status (CONNECTED, DISCONNECTED, ERROR)

  • Host information and last tested timestamp

Supported connection types:

  • SAP_ERP, SAP_S4HANA, SAP_BW

  • SALESFORCE, EXTERNAL

  • SNOWFLAKE, DATABRICKS

  • POSTGRESQL, MYSQL, ORACLE, SQLSERVER, HANA

Example queries:

  • "What external connections exist?"

  • "Show me all SAP ERP connections"

  • "Check if Salesforce connection is active"

Use cases:

  • Data integration monitoring

  • Connection health checks

  • Understanding data sources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_typeNoOptional: Filter by specific connection type (e.g., 'SAP_ERP', 'SALESFORCE', 'EXTERNAL'). Leave empty to show all connections.
Behavior4/5

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

With no annotations provided, the description must disclose behavioral traits fully. It states the tool returns connection IDs, names, types, status (CONNECTED/DISCONNECTED/ERROR), host info, and last tested timestamp, establishing it as a read-only listing operation. No destructive behavior is implied. It could mention permissions or caching, but the current level is adequate.

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 well-structured with clear headings, bullet points, and sections (when to use, what you get, supported types, examples, use cases). Every section contributes meaningful information. While slightly lengthy, the organization ensures agents can quickly parse key details.

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?

Given the lack of an output schema, the description fully explains the return fields (IDs, names, types, status, host, timestamp). The tool has low complexity (one optional parameter), and the description covers all necessary context for correct invocation and interpretation. No gaps remain.

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

Parameters4/5

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

The input schema covers the single optional parameter with a description, achieving 100% coverage. The description adds value by listing supported connection types (SAP_ERP, SALESFORCE, etc.) and providing example queries that illustrate parameter usage, such as filtering by 'SAP_ERP' or 'SALESFORCE'. This enriches the schema's meaning.

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 defines the tool as listing external data source connections and their status. It distinguishes itself from siblings like 'test_connection' by focusing on listing rather than testing individual connections. The verb 'list' and resource 'connections' 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 provides explicit guidance on when to use the tool, including common user queries and troubleshooting scenarios. It implicitly suggests using 'test_connection' for testing individual connections, but lacks an explicit 'when not to use' statement. Nonetheless, the usage scenarios are clear and practical.

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/MarioDeFelipe/sap-datasphere-mcp'

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