Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_CLIENT | No | Optional SAP client number (e.g., 100) | 100 |
| SAP_TIMEOUT | No | Optional request timeout in milliseconds (default: 30000) | 30000 |
| SAP_PASSWORD | Yes | The SAP password for authentication | |
| SAP_USERNAME | Yes | The SAP username for authentication | |
| SAP_ENABLE_CSRF | No | Whether to enable automatic CSRF token management. | true |
| SAP_VALIDATE_SSL | No | Whether to validate SSL certificates. Set to 'false' for development with self-signed certificates. | false |
| SAP_ODATA_BASE_URL | Yes | The base URL for SAP OData services (e.g., https://your-sap-host:8000/sap/opu/odata/sap/) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sap_connect | Connect to SAP OData service |
| sap_get_services | Get list of available OData services |
| sap_get_service_metadata | Get metadata for a specific OData service |
| sap_query_entity_set | Query an OData entity set with filtering, sorting, and pagination |
| sap_get_entity | Get a specific entity by its key values |
| sap_create_entity | Create a new entity in an entity set |
| sap_update_entity | Update an existing entity |
| sap_delete_entity | Delete an entity |
| sap_call_function | Call an OData function import |
| sap_connection_status | Check SAP OData connection status and get connection info |
| sap_disconnect | Disconnect from SAP OData service |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |