sort by:defaultA → ZZ → Aapi callsvolume
agent402.tools
Bundled execution of the Trend analysis workflow — Take any numeric time series — a stock's daily close, a FRED macro indicator, a treasury yield history — and run it through the full quantitative workup: descriptives, moving averages, trend line,...
$0.20 USDC
agent402.tools
Bundled execution of the Document intelligence workflow — Turn any PDF or image URL into structured data — metadata, extracted text, sliced page ranges, OCR for scanned docs, decoded barcodes / QR codes — without falling back to a vision LLM guess...
$0.20 USDC
agent402.tools
Compute the monthly (or per-period) payment on a fully-amortizing loan: mortgage, auto, student loan, business loan. Returns the periodic payment, total paid over the term, and total interest. Matches Excel's PMT(rate, nper, -principal). Use this ...
$0.001000 USDC
agent402.tools
Bundled execution of the Meeting scheduler workflow — Schedule a meeting across timezones without the round-tripping. Convert a proposed UTC slot into every attendee's local time, verify it lands on a working day for each, project the end time, ge...
$0.05 USDC
agent402.tools
Bundled execution of the Retirement planning workflow — Will my retirement plan actually work? Project the accumulation phase forward with compound interest, compute the target nest egg from your expected spending, then model the drawdown phase us...
$0.05 USDC
agent402.tools
Bundled execution of the Data interchange workflow — Bring data in from any structured format, normalize through JSON as the universal pivot, merge with overrides, audit the diff, flatten for downstream systems, and emit to whatever format the nex...
$0.05 USDC
agent402.tools
Bundled execution of the Savings goal workflow — How much do I need to save each month to hit $X in N years? Pin down the required contribution with a clever PV-discount trick: discount the target back to today, then call loan-payment with the dis...
$0.05 USDC
agent402.tools
Bundled execution of the JWT forensics workflow — Someone hands you a JWT and asks 'is this valid?' Decode without verification first to see the shape, render the time claims (iat/nbf/exp) in human time, compute exactly how long until expiry, then...
$0.05 USDC
agent402.tools
Build the full per-period amortization schedule for a fully-amortizing loan. Each row reports the period number, payment, the principal vs. interest split for that payment, and the remaining balance after that payment. Use this when the user wants...
$0.001000 USDC
agent402.tools
Bundled execution of the Investment decision workflow — Should we do this project? Run a capital allocation decision (equipment, expansion, acquisition, build-vs-buy) through the textbook CFO workflow: NPV at your hurdle rate, IRR vs. cost of capi...
$0.05 USDC
agent402.tools
Bundled execution of the API contract drift check workflow — The 'did this API contract change in a way that breaks our integration?' workflow. Diff two OpenAPI snapshots structurally, lint the new one for agent-readiness regressions, extract the ...
$0.06 USDC
agent402.tools
Bundled execution of the RAG corpus prep workflow — Take a raw document and turn it into a vector-DB-ready JSONL dataset, deterministically. Measures the corpus, token-counts it with the real OpenAI BPE, chunks at the right token boundary, attache...
$0.05 USDC
agent402.tools
Bundled execution of the WCAG accessibility audit workflow — Run a deterministic WCAG 2.x audit of an HTML page from a string and a fg/bg color pair. Checks language attribute (3.1.1), document title (2.4.2), heading order (1.3.1), link-text prese...
$0.05 USDC
agent402.tools
Bundled execution of the Webhook debug workflow — A webhook hit your endpoint and you need to confirm it's authentic, valid, and safe to log. Pretty-print the payload, decode any JWT auth header, verify the HMAC signature against the raw body, sch...
$0.05 USDC
agent402.tools
Bundled execution of the Server-side identity mint workflow — The server-side identity-issuance round-trip: mint a random user-id (UUIDv4), derive a deterministic cross-system correlation-id (UUIDv5), turn the display name into a URL-safe handle, ...
$0.05 USDC
agent402.tools
Bundled execution of the Multi-stop trip planner workflow — Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from toda...
$0.05 USDC
agent402.tools
Score an OpenAPI 3.x or Swagger 2.x spec on agent-readiness — i.e. does an LLM-driven caller have what it needs to call the API correctly without guessing. Returns a 0..100 score, severity counts, and a structured list of violations with stable ru...
$0.002000 USDC
agent402.tools
Build a runnable curl command for one operation in an OpenAPI 3.x or Swagger 2.x spec. Locate the operation by operationId (preferred) or by method + path, substitute path parameters using the spec's example values, include required query and head...
$0.002000 USDC
agent402.tools
Historical daily weather for any location and date range (up to 1 year): high/low temp, precipitation, wind, conditions. Open-Meteo archive, no key, global. Data from 1940 to 5 days ago. ?lat=51.51&lon=-0.13&start=2025-06-01&end=2025-06-07.
$0.005000 USDC
agent402.tools
Validate a JSON payload against the request or response schema for one operation in an OpenAPI 3.x or Swagger 2.x spec. Locate the operation by operationId or method+path; choose `part: "request"` or `part: "response"` (status defaults to the firs...
$0.002000 USDC
← prevnext →