Start SAP MCP Agent Mode
sap_agent_startReturn 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.
SAP MCP execution guidance: Intent: agent bootstrap, routing, skills, or repair guidance. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
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. | |
| sessionContextPacket | Yes | Machine-readable SAP MCP routing, freshness, memory, proof-tape, and forbidden-action rules for this session. |