{"uid":"cap_OPmejQhJzPwsIgK2_lPzv","slug":"agent402-tools-json-pipeline-validate-format-csv-6dddd56e","name":"agent402.tools JSON Pipeline (Validate + Format + CSV)","description":"Bundled execution of the JSON pipeline workflow - Validate, pretty-print, and convert JSON to CSV in one pass - the complete JSON processing workflow. One x402 payment runs 3 underlying tools (json-validate, json-format, json-to-csv); partial-success per step.","url":"https://agent402.tools/api/skill/json-pipeline","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"json":{"type":"string","description":"JSON string to process"}}},"responseSchema":{"type":"json","example":{"args":{"json":"[{\"name\":\"Alice\",\"age\":30}]"},"pack":"json-pipeline","steps":[{"ok":true,"slug":"json-validate","result":{}},{"ok":true,"slug":"json-format","result":{}},{"ok":true,"slug":"json-to-csv","result":{}}],"summary":"3/3 steps succeeded"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","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.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_YUrxYoEMbVTdEQJ7V-QfG","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Runs a bundled three-step JSON workflow in one call: validates, pretty-prints, and converts JSON to CSV","exampleAgentPrompt":"Can you run the full JSON pipeline on this data — validate it, pretty-print it, and convert it to CSV — all in one shot: '[{\"name\":\"Alice\",\"age\":30},{\"name\":\"Bob\",\"age\":25}]'?","exampleUseCases":null,"resultDescription":"Returns the results of three chained operations: (1) a validation report indicating whether the JSON is valid, (2) a pretty-printed/formatted version of the JSON, and (3) a CSV representation of the JSON data — all delivered in a single response for one $0.05 USDC x402 payment. May include partial success indicators if one of the three sub-tools encounters an issue.","failureModes":["Invalid JSON input causes validation failure and may prevent downstream formatting/CSV steps","Nested or non-tabular JSON structures may not convert cleanly to CSV","Payment not processed — x402 payment flow fails","Input JSON string is empty or missing the required 'json' field","JSON is too large or complex, causing timeout or processing error"],"whenToPreferThis":"Choose this endpoint when you need to validate, clean up, and export JSON data to CSV in a single round-trip and payment. It is ideal when you want to avoid chaining three separate API calls (json-validate, json-format, json-to-csv) individually. Prefer it when working with tabular JSON (arrays of objects) that maps naturally to CSV rows and columns.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:10:44.542Z","isFirstParty":false}