Why pay for this?
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Compresses Base analytics-surface choice into one short operator brief.
Compare named Base analytics surfaces into one compact operator brief.
Endpoint: /v1/recipes/base-analytics-surface-brief/run
Capabilities: analytics-surface, provider-choice, base-analytics
This recipe turns roughly 3 separate tool operations into one paid endpoint call and saves about ~7k tokens saved.
Compresses Base analytics-surface choice into one short operator brief.
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Stableenrich Exa Search
Step id: search
Source: Stableenrich Exa Answer
Step id: answer
Source: Google Gemini Flash Structured
Step id: summarize
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "search",
"kind": "fetch_transform",
"title": "Search analytics surface context",
"request": {
"params": {
"count": 6,
"query": "{{ $.input.researchQuery }}"
},
"sourceId": "stableenrich_exa_search",
"deliveryFormat": "json"
}
}
{
"id": "answer",
"kind": "fetch_transform",
"title": "Ask grounded analytics question",
"request": {
"params": {
"question": "{{ $.input.referenceQuestion }}"
},
"sourceId": "stableenrich_exa_answer",
"deliveryFormat": "json"
}
}
{
"id": "summarize",
"kind": "fetch_transform",
"title": "Build Base analytics surface brief",
"request": {
"params": {
"input": {
"toolNames": "{{ $.input.toolNames }}",
"operatorGoal": "{{ $.input.operatorGoal }}",
"searchContext": "{{ $.stepsById.search.output }}",
"groundedAnswer": "{{ $.stepsById.answer.output }}"
},
"prompt": "Build a Base analytics surface brief. Focus on the best-fit surface, the bounded surface rows, and the next actions.",
"responseSchema": {
"type": "object",
"required": [
"operatorGoal",
"bestFitSurface",
"summary",
"surfaceRows",
"nextActions"
],
"properties": {
"summary": {
"type": "string",
"maxLength": 280
},
"nextActions": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120
},
"maxItems": 4,
"description": "Next actions."
},
"surfaceRows": {
"type": "array",
"items": {
"type": "object",
"required": [
"surface",
"fit",
"evidenceNote",
"operatorTakeaway"
],
"properties": {
"fit": {
"enum": [
"strong",
"usable",
"weak"
],
"type": "string"
},
"surface": {
"type": "string",
"maxLength": 80
},
"evidenceNote": {
"type": "string",
"maxLength": 120
},
"operatorTakeaway": {
"type": "string",
"maxLength": 120
}
},
"additionalProperties": false
},
"maxItems": 6,
"description": "Analytics surface rows."
},
"operatorGoal": {
"type": "string"
},
"bestFitSurface": {
"type": "string"
}
},
"additionalProperties": false
},
"systemInstruction": "You are compressing Base analytics-surface choice into a bounded operator brief. Stay grounded in the supplied public search context and grounded answer only."
},
"sourceId": "google_gemini_flash_structured",
"deliveryFormat": "json"
}
}