addedOutput schema / properties / recommend
Added value: +{
+ "additionalProperties": false,
+ "description": "Recommended paid next step (token_safety) — present for contract-address lookups where a rug/honeypot check matters",
+ "properties": {
+ "call": {
+ "additionalProperties": false,
+ "description": "The exact next call to make",
+ "properties": {
+ "args": {
+ "additionalProperties": false,
+ "properties": {
+ "chain": {
+ "type": "string"
+ },
+ "token": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "mcpTool": {
+ "type": "string"
+ },
+ "rest": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "mcpTool",
+ "rest",
+ "args"
+ ],
+ "type": "object"
+ },
+ "priceUsd": {
+ "description": "Its price in USD (x402)",
+ "type": "number"
+ },
+ "reason": {
+ "description": "Why to run it before trading",
+ "type": "string"
+ },
+ "tool": {
+ "description": "Suggested next tool (token_safety)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "tool",
+ "priceUsd",
+ "reason",
+ "call"
+ ],
+ "type": "object"
+}