Execute Strategy
sap_strategy_executeFree local tool. Loads a saved strategy by category and name, resolves trading parameters, validates against trading policy, and returns either a dry-run simulation or a ready-to-sign transaction. When dryRun is true, returns resolved params only. When dryRun is false, builds a transactionBase64. No x402 charge for this tool itself.
SAP MCP execution guidance: Intent: SAP MCP tool workflow. 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 |
|---|---|---|---|
| name | Yes | Strategy name (e.g. "bonk-short-v1"). | |
| dryRun | No | When true, simulate only. When false, build tx. Default true. | |
| category | Yes | Strategy category (e.g. "trading"). | |
| adjustLeverage | No | Override leverage. | |
| adjustCollateralUsd | No | Override collateral USD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |