{"uid":"cap_OYPBQHtCxBrEtONGvF9Ba","slug":"gpt-5-5-x402-query-parse-tool-b407d828","name":"GPT-5.5 x402 Query-Parse Tool","description":"Parse a query string or URL into repeated query parameters and first-value maps without calling an upstream model. Pay up to $0.001 per request with x402 USDC on Base. Public paid calls are limited to 1500 input characters and 128 output tokens.","url":"https://gpt55.558686.xyz/v1/tools/query-parse","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","additionalProperties":true},"queryParams":{"type":"object","properties":{"url":{"type":"string","maxLength":2048},"query":{"type":"string","maxLength":5000}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"tool":{"type":"string"},"fetchedAt":{"type":"string"}},"additionalProperties":true}}}}},"responseSchema":{"type":"json","example":{"ok":true,"tool":"queryParse","summary":"Parse URL query strings using x402 USDC payment"}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/search","query":"q=artificial+intelligence&lang=en&page=1"}}},"response":{"ok":true,"tool":"queryParse","first":{},"query":"","params":{},"fetchedAt":"2026-06-18T06:21:28.568Z"}},"exampleRequest":{"url":"https://example.com/search","query":"q=artificial+intelligence&lang=en&page=1"},"tags":["x402"],"displayCostAmount":"0.0001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.0001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_aZd0PLOl9DXmUpjnAVhm0","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses URL query strings via a GET request, paid per-call with USDC over x402 on Base at $0.0001 per request.","exampleAgentPrompt":"Can you parse the query string out of this URL for me: 'https://example.com/search?q=hello+world&lang=en&page=2'? I just need the individual query parameters extracted as key-value pairs.","exampleUseCases":null,"resultDescription":"A JSON object with ok=true, tool='queryParse', a summary of the parsed query string, and the extracted key-value parameters from the provided URL's query component.","failureModes":["Missing required 'input' field returns validation error","URL exceeds 2048 character limit returns rejection","query string exceeds 5000 character limit returns rejection","Malformed or non-HTTP URL may return parsing error","Insufficient USDC balance or x402 payment failure blocks the request"],"whenToPreferThis":"Prefer this endpoint when you need a lightweight, pay-per-call URL query string parser with no subscription overhead, especially when integrating with x402 USDC micropayment workflows on Base and only occasional parsing is needed.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:52:49.254Z","isFirstParty":false}