run_recipe

shallow

com.twmarketdata/tw-market-data · Verify this server

Replay a saved multi-step routine over rows you fetched, with every step listed. ★ THREE ROUTINES: `momentum_scan` (rank by a return column), `earnings_surprise` (actual versus estimate), `dividend_capture` (which ex-dates are still ahead). ★ A SAVED ROUTINE IS NOT A TRADING VIEW. The names are conventional labels for well-known sequences; what runs is arithmetic over rows you supplied. `steps[]` spells out each operation so you can disagree with the routine rather than trust it, and nothing here says any of these sequences makes money. ★ SKIPPED SYMBOLS ARE LISTED, NEVER QUIETLY OMITTED. A symbol lacking the column a routine needs lands in `skipped[]` with the reason. A silently shorter list reads as "these were evaluated and did not qualify", when in fact they were never evaluated at all. ★ IT COMPOSES, IT DOES NOT FETCH. Rows come from `query_dataset`, so the routine inherits that call's `as_of` rather than defining a second point-in-time story of its own. ⚠️ Missing inputs are never substituted with zero — a zero estimate turns any positive result into an infinite surprise. Args: recipe, rows, as_of, today, top_n, min_yield.

100.0/100

1 trials · measured 8 days ago

run_recipe scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against com.twmarketdata/tw-market-data, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
gated
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: run_recipe
[![Vouch score](https://vouch.tools/api/tools/c4217fc2-4d78-43ff-a2f4-7bfd46d96c39/badge.svg)](https://vouch.tools/tools/c4217fc2-4d78-43ff-a2f4-7bfd46d96c39)
run_recipe — Vouch