check-sap-authentication
Authenticate and validate SAP sessions for secure access to OData services, enabling natural language interactions with ERP data through conversational AI.
Instructions
🔐 Validate/associate authentication session. Call with session_id to authenticate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Context for authentication check | |
| requestPreAuth | No | Whether to request pre-authentication for upcoming operations (recommended: true) | |
| session_id | No | User session ID obtained from OAuth authentication. Provide this to authenticate and associate with your MCP session. | |
| validateSession | No | Whether to validate existing session |