sap_strategy_execute
Free 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....
This record as markdown: /tools/oobe-protocol-labs-sap-mcp-server/sap-strategy-execute.md
What sap_strategy_execute does on Sap
AI agents invoke sap_strategy_execute to trigger actions in Sap. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Strategy name (e.g. "bonk-short-v1"). |
dryRun | boolean | — | When true, simulate only. When false, build tx. Default true. |
category | string | Yes | Strategy category (e.g. "trading"). |
adjustLeverage | number | — | Override leverage. |
adjustCollateralUsd | number | — | Override collateral USD. |
Parameters from the server's own tool schema.
Why sap_strategy_execute is rated High
Executes trading strategies and generates transactions; high blast radius if misused for unauthorized trades.
From the tool's definition Loads strategy, validates trading policy, returns transaction or simulation
Attacks that exploit this kind of access
The rule that runs sap_strategy_execute safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Sap, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For sap_strategy_execute, this is the rule to start with:
sap_strategy_execute stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Sap, apply this rule, and every sap_strategy_execute call is checked against it from then on.
Questions about sap_strategy_execute
Free 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. It is categorised as a Execute tool in the Sap MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
sap_strategy_execute accepts 5 parameters: name, dryRun, category, adjustLeverage, adjustCollateralUsd. Required: name, category. The full parameter table on this page comes from the server's own tool schema.
Register the Sap MCP server in PolicyLayer and add a rule for sap_strategy_execute: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Sap. Nothing to install.
sap_strategy_execute is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the sap_strategy_execute rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for sap_strategy_execute. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
sap_strategy_execute is provided by the Sap MCP server (https://mcp.sap.oobeprotocol.ai/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Sap, and thousands of servers like it.
This server
Across the catalogue