get_space_info
Retrieve comprehensive metadata, table lists, schemas, and row counts for any SAP Datasphere space to verify configuration and explore contents.
Instructions
Get comprehensive information about a specific SAP Datasphere space.
Use this tool when:
User asks about a specific space (e.g., "Tell me about SALES_ANALYTICS")
You need to see what tables/views exist in a space
Checking space configuration and metadata
Following up from list_spaces() results
What you'll get:
Complete space metadata (status, owner, created date)
List of all tables and views in the space
Table schemas and row counts
Connection information
Required parameter:
space_id: Must be uppercase (e.g., 'SALES_ANALYTICS', 'FINANCE_DWH')
Example queries:
"Show me the SALES_ANALYTICS space"
"What tables are in FINANCE_DWH?"
"Tell me about the HR_ANALYTICS space"
Error handling:
If space not found, list_spaces() will show available spaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | The space ID in UPPERCASE format (e.g., 'SALES_ANALYTICS', 'FINANCE_DWH', 'HR_ANALYTICS'). Must match exactly. |