{"uid":"cap_8eRTuC71OEw0GtKdg2hOV","slug":"delx-dict-values-7ef30dfe","name":"Delx Dict Values","description":"List object values. Call when you extract value bags from agent JSON. Returns values and 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/dict-values","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"object":{"type":"object","description":"Input field: object."}}},"responseSchema":{"type":"json","example":{"count":2,"schema":"delx/util-dict-values/v1","values":[1,2]}},"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_bC0rZAK4D3PLezX9qsi7r","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":"Extracts and lists all values from a JSON object, returning them as an array with a count","exampleAgentPrompt":"Can you extract all the values from this JSON object for me? {\"name\": \"Alice\", \"age\": 30, \"city\": \"Boston\"}","exampleUseCases":[{"title":"Inspect agent response payload","prompt":"I got back this JSON blob from an API call — {\"status\": \"ok\", \"score\": 0.87, \"model\": \"gpt-4\"} — can you pull out just the values so I can check what was returned?"},{"title":"Count fields in configuration object","prompt":"Here's a config object: {\"timeout\": 30, \"retries\": 3, \"debug\": true, \"region\": \"us-east-1\"} — list all the values and tell me how many there are."},{"title":"Flatten metadata values for logging","prompt":"I need just the values from this metadata dictionary to pipe into my logger: {\"user_id\": \"u_123\", \"session\": \"s_abc\", \"action\": \"checkout\", \"timestamp\": \"2024-01-15T10:00:00Z\"}"}],"resultDescription":"Returns an array of all values found in the input JSON object, along with a count of how many values were extracted. No keys are included — only the raw values. The response is local and stateless with no data retained.","failureModes":["Input is not a valid JSON object (e.g. an array or primitive) — likely returns an error or empty result","Empty object input — returns empty values array with count of 0","Deeply nested values may only return top-level values, not recursively extracted ones","Malformed JSON in the request body causes a parse error"],"whenToPreferThis":"Choose this endpoint when you need a simple, cheap, stateless extraction of values from a flat or shallow JSON object and do not want to write or maintain parsing logic in your agent. Ideal for quick inspection of agent response payloads, config maps, or metadata dictionaries where only the value side of key-value pairs matters. Prefer it over custom code when operating in a sandboxed or low-trust agent environment that benefits from first-party, no-retention processing.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:46:42.822Z","isFirstParty":false}