Append Trade Journal Entry
sap_trade_journalFree local tool. Appends a trade entry to the journal. Call after every trade open/close/SL/TP/liquidation for tracking and P&L analysis. No x402 charge.
SAP MCP execution guidance: Intent: Solana value-action or trading 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 |
|---|---|---|---|
| side | Yes | Position side. | |
| type | Yes | Trade event type. | |
| notes | No | Optional notes. | |
| market | Yes | Market symbol. | |
| pnlUsd | No | P&L in USD. | |
| status | Yes | Position status. | |
| leverage | Yes | Leverage multiplier. | |
| priceUsd | Yes | Entry or exit price. | |
| feesPaidUsd | Yes | Fees paid in USD. | |
| stopLossUsd | No | Stop loss price. | |
| txSignature | No | Transaction signature. | |
| collateralUsd | Yes | Collateral in USD. | |
| takeProfitUsd | No | Take profit price. | |
| positionAddress | No | Position PDA address. |
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. |