{"uid":"cap_TjTfJWv4kWjTTdsaugh7_","slug":"case-convention-converter-946d4f5f","name":"Case Convention Converter","description":"Convert text between naming conventions: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case. Auto-detects the input format by splitting on camelCase boundaries, underscores, hyphens, and spaces. Deterministic, pure CPU.","url":"https://agent402.tools/api/case-convert","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"to":{"enum":["camel","pascal","snake","kebab","constant","title"],"type":"string","description":"Target naming convention"},"text":{"type":"string","description":"The identifier or phrase to convert"}}},"responseSchema":{"type":"json","example":{"to":"snake","from":"auto-detected","result":"my_variable_name"}},"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_rkRnVhvvtSFyjuqsAyzak","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":"Converts a text identifier between naming conventions including camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and Title Case with auto-detection of input format.","exampleAgentPrompt":"Convert 'getUserProfileData' to snake_case for me.","exampleUseCases":null,"resultDescription":"Returns the input text reformatted in the specified target naming convention (camel, pascal, snake, kebab, constant, or title), with auto-detection of the source format by splitting on camelCase boundaries, underscores, hyphens, and spaces.","failureModes":["Invalid or unrecognized target convention enum value returns a validation error","Empty or null text input returns a bad request error","Ambiguous input that cannot be split into tokens may return an unexpected result"],"whenToPreferThis":"Use this endpoint when you need a fast, deterministic, pure-CPU conversion of identifiers or phrases between standard programming naming conventions without any ML or fuzzy logic involved. Ideal for code generation, linting, scaffolding tools, or any workflow requiring consistent identifier formatting across camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, or Title Case.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:58:44.146Z","isFirstParty":false}