{"uid":"cap_T5NN7yJAJbzIazPhrrsBO","slug":"delx-pluralize-lite-60a116d5","name":"Delx Pluralize Lite","description":"Lightweight English pluralization helper. Call when you label counts in agent messages without i18n frameworks. Returns pluralized word with count for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.","url":"https://api.delx.ai/api/v1/x402/pluralize-lite","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"word":{"type":"string","description":"Input field: word."},"count":{"type":"integer","description":"Input field: count."}}},"responseSchema":{"type":"json","example":{"text":"agents","word":"agent","count":2,"schema":"delx/util-pluralize-lite/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_DTrpY_6xmnZYsbabqnr0I","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the correctly pluralized English word with its count, given a word and integer count.","exampleAgentPrompt":"Pluralize the word 'file' for a count of 3 so I can display it correctly in my status message.","exampleUseCases":[{"title":"Agent notification message formatting","prompt":"I need to show the user how many errors were found — pluralize 'error' for a count of 1 so the message reads correctly."},{"title":"Dynamic report label generation","prompt":"Format the word 'result' for a count of 42 so my report summary says the right thing — '42 results' or '42 result'."},{"title":"Conversational agent output polish","prompt":"My agent just counted 0 matching records — pluralize 'record' for count 0 so the response sounds natural."}],"resultDescription":"Returns the pluralized form of the input word combined with the count (e.g. '3 files', '1 file'), ready to embed directly in agent-generated text. No i18n framework required; computed locally from a first-party JSON dictionary.","failureModes":["Missing or empty 'word' field returns an error or unexpected result","Non-integer or negative count may produce undefined behavior","Irregular English plurals not in the local dictionary may be handled incorrectly","Payment failure (x402) blocks the call if the agent wallet has insufficient USDC balance","Rare or highly domain-specific words may not be recognized and could fall back to naive -s suffix rules"],"whenToPreferThis":"Choose this endpoint when an AI agent needs to format count-labeled English words in output messages without pulling in a full i18n or NLP library. Ideal for lightweight, serverless agent pipelines that generate user-facing text and need grammatically correct singular/plural forms on the fly. Prefer it over manual string interpolation or regex hacks when correctness for irregular plurals matters. Not appropriate for multilingual pluralization or morphologically complex languages.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:54:18.966Z","isFirstParty":false}