ToolAssay

Scores product name quality for agents naming products, features, apps, tools, n

Scores product name quality for agents naming products, features, apps, tools, newsletters, and APIs. Same backend as brand-name-score. Use it as a product name score API, product naming evaluator, or feature name quality check.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
15 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://x402.agentutility.ai/product-name-score

CategoryCommerce and shopping
Provider hostx402.agentutility.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.005 15 ms

Example input (from the provider)

{
  "body": {
    "audience": "solo founders",
    "concept": "startup brand bootstrap workflows",
    "name": "LaunchForge"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "audience": {
              "description": "Optional target audience context.",
              "type": "string"
            },
            "concept": {
              "description": "Optional product concept used to score semantic fit.",
              "type": "string"
            },
            "name": {
              "description": "Candidate product, app, feature, tool, or project name.",
              "type": "string"
            },
            "tlds": {
              "description": "Optional TLD list used to emit domain candidate strings. Does not check availability.",
              "type": "array"
            }
          },
          "required": [
            "name"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "grade": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "score": {
              "type": "integer"
            },
            "slug": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON