{"uid":"cap_xCDvswa8FFLiGUVboE-L2","slug":"delx-score-clip-20db711a","name":"Delx Score Clip","description":"Clip a score into an inclusive numeric range — call when clipping a score into an inclusive range. Use on caller-supplied ticks/returns when agents need signal prep without a licensed live market feed (ottoai-class demand, first-party transform). Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. R…","url":"https://api.delx.ai/api/v1/x402/score-clip","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"max":{"type":"number","description":"Inclusive upper clip bound."},"min":{"type":"number","description":"Inclusive lower clip bound."},"score":{"type":"number","description":"Numeric score to clip."}}},"responseSchema":{"type":"json","example":{"max":100,"min":0,"score":120,"schema":"delx/util-score-clip/v1","clipped":100,"was_clipped":true}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_HaiudgCz9CPEZHr1I07y2","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Clips a numeric score into a caller-specified inclusive [min, max] range, returning a deterministic clamped value as JSON","exampleAgentPrompt":"Clip the score 147.3 into the inclusive range of 0 to 100 for me.","exampleUseCases":[{"title":"Trading signal range enforcement","prompt":"I have a momentum score of -23.7 that should always stay between -10 and 10 — can you clip it to that range?"},{"title":"ML model output normalization","prompt":"My model returned a confidence value of 1.85, but it needs to be clipped to the valid range of 0.0 to 1.0 before I pass it downstream."},{"title":"Risk score cap for portfolio weighting","prompt":"Cap this risk score of 320 so it falls within the inclusive range of 0 to 255 — I need a clean bounded value."}],"resultDescription":"A deterministic JSON object containing the clipped numeric value — the input score clamped to the inclusive [min, max] range. If the score is within bounds it is returned unchanged; if below min it returns min; if above max it returns max.","failureModes":["Missing required fields (score, min, or max) result in a validation error","min greater than max causes an invalid range error","Non-numeric inputs to score/min/max return a type error","Payment failure via x402 returns a 402 response before processing"],"whenToPreferThis":"Choose this endpoint when you need a stateless, deterministic numeric clamping operation without any external dependencies or live data feeds — ideal for signal preprocessing pipelines, ML output sanitization, or any scenario where you need guaranteed bounds on a scalar value without spinning up local compute or trusting a complex transformation service.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T18:57:48.127Z","isFirstParty":false}