{"uid":"cap_tPYwaDpKNU9JW8wYuIDBD","slug":"basic-utils-agent-temperature-conversion-c9c9e351","name":"Basic Utils Agent – Temperature Conversion","description":"A versatile utility agent offering calculator, statistics, datetime, and unit conversion services.","url":"https://basic-utils-agent.up.railway.app/convert/temperature","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"value":{"type":"number","description":"The numeric value to convert"},"source_unit":{"type":"string","description":"The source unit of the value (e.g., 'meters', 'feet', 'kg', 'lbs')"},"target_unit":{"type":"string","description":"The target unit to convert to (e.g., 'kilometers', 'miles', 'grams', 'ounces')"}}},"responseSchema":{"type":"json","example":{"target_unit":"Fahrenheit","original_unit":"Celsius","original_value":0,"conversion_rate":null,"converted_value":32}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/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_whJs_jW4lYO_vx_mLYY-T","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":"Converts a numeric temperature value from one unit (e.g. Celsius, Fahrenheit, Kelvin) to another and returns the converted result.","exampleAgentPrompt":"Convert 37 degrees Celsius to Fahrenheit for me.","exampleUseCases":[{"title":"Body temperature unit conversion","prompt":"I have a temperature reading of 98.6 Fahrenheit — can you convert that to Celsius for me?"},{"title":"Scientific Kelvin to Celsius conversion","prompt":"Convert 273.15 Kelvin to Celsius so I can make sense of this lab data."},{"title":"Recipe temperature conversion","prompt":"My oven recipe says 220 Celsius — what is that in Fahrenheit?"}],"resultDescription":"A JSON object containing the original value, original unit, target unit, converted value, and conversion rate (if applicable). For example, converting 0°C returns {original_value: 0, original_unit: 'Celsius', target_unit: 'Fahrenheit', converted_value: 32, conversion_rate: null}.","failureModes":["Missing required fields (value, source_unit, or target_unit) result in a 400/422 error","Unrecognized unit strings (e.g. typos like 'celcius') may return an error or unexpected result","Passing non-numeric values for 'value' will cause a validation error","Network or server errors on the Railway deployment may return 5xx responses"],"whenToPreferThis":"Choose this endpoint when you need a simple, fast temperature unit conversion (Celsius, Fahrenheit, Kelvin) and do not want to handle conversion math locally. It is purpose-built for temperature and returns structured JSON, making it easy to use in automated pipelines. Prefer it over a general-purpose calculator endpoint when the input is explicitly a temperature value with units.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:43:30.230Z","isFirstParty":false}