Start SAP MCP Agent Mode
sap_agent_startInitialize SAP MCP and receive a startup playbook tailored to your goal, such as registering an agent or checking wallet balance.
Instructions
Return the concise startup playbook for agents using SAP MCP. Call this when the user says "Start SAP MCP", "Initialize SAP MCP", "Load SAP", or asks what SAP MCP can do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional user goal to tailor the startup plan, such as "register an agent", "check wallet balance", or "swap tokens". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the bootstrap instructions were generated. | |
| serverMode | Yes | Current SAP MCP server mode. | |
| paymentFlow | Yes | How to handle hosted x402/pay.sh paid calls safely. | |
| repairCommand | Yes | Wizard command to repair local hosted/profile/payment bridge setup. | |
| hostedEndpoint | Yes | Canonical hosted SAP MCP endpoint. | |
| connectionCheck | Yes | How agents should answer simple connection/status questions. | |
| activationPhrases | Yes | Short user phrases that should trigger this bootstrap behavior. | |
| userFacingSummary | Yes | Short text the agent can show the user after startup. | |
| immediateToolCalls | Yes | Tool calls the agent should run first when available. |