Skip to main content
Glama

Rug check for up to 25 mints ($0.04 total)

check_batch_risk
Read-onlyIdempotent

$0.04 USDC per call. Use when a screener checks a list of up to 25 pump.fun memecoins in one call and some may be outside the live window; at 21 to 25 mints it costs less per mint than the five-mint watchlist check (GET /v1/check/watchlist, $0.01), below that the watchlist costs less. One payment checks one to 25 caller-selected pump.fun mints. Each covered mint gets the compact check's item (observed creator exits, bundle selling, drains, migration state, calibrated P(rug within 5 min) for young mints and P(true graduation) (/v1/calibration), holder concentration, buyer flow and timestamped evidence) plus its verdict word by the /v1/verdict rule; a mint outside our live window is listed with coverage unavailable instead of refusing the batch. Price is $0.04 total, charged when at least one mint is covered and the feed lag is <= 5 s; a batch with none covered, more than 25 mints, a malformed or a repeated mint is refused unpaid. No cursor (the watchlist check watches up to five). No flags observed is not a safety guarantee. Each item also carries market (USD price, market cap = price x total supply as pump.fun and DexScreener show it, the curve's SOL liquidity in SOL and USD) and authorities (mint, freeze, metadata; the pump.fun program rule).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintsYesOne to 25 distinct pump.fun mints, each a mint or a pump.fun/gmgn/solscan/birdeye link; a mint outside the live window is listed as coverage unavailable.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "coverage": {
      -        "enum": [
      -          "full",
      -          "thin"
      -        ],
      -        "title": "Coverage",
      -        "type": "string"
      -      },
      -      "data": {
      -        "properties": {
      -          "count": {
      -            "maximum": 25,
      -            "minimum": 1,
      -            "title": "Count",
      -            "type": "integer"
      -          },
      -          "covered": {
      -            "maximum": 25,
      -            "minimum": 1,
      -            "title": "Covered",
      -            "type": "integer"
      -          },
      -          "items": {
      -            "items": {
      -              "anyOf": [
      -                {
      -                  "properties": {
      -                    "buyer_flow": {
      -                      "properties": {
      -                        "buys_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Buys 60S"
      -                        },
      -                        "inflow_stalled": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Inflow Stalled"
      -                        },
      -                        "net_sol_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Net Sol 60S"
      -                        },
      -                        "sells_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Sells 60S"
      -                        },
      -                        "unique_buyers_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Unique Buyers 60S"
      -                        }
      -                      },
      -                      "required": [
      -                        "unique_buyers_60s",
      -                        "buys_60s",
      -                        "sells_60s",
      -                        "net_sol_60s",
      -                        "inflow_stalled"
      -                      ],
      -                      "title": "BuyerFlow",
      -                      "type": "object"
      -                    },
      -                    "concentration": {
      -                      "properties": {
      -                        "bundle_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Bundle Share"
      -                        },
      -                        "dev_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Dev Share"
      -                        },
      -                        "insider_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Insider Share"
      -                        },
      -                        "top5_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Top5 Share"
      -                        }
      -                      },
      -                      "required": [
      -                        "top5_share",
      -                        "dev_share",
      -                        "bundle_share",
      -                        "insider_share"
      -                      ],
      -                      "title": "Concentration",
      -                      "type": "object"
      -                    },
      -                    "coverage": {
      -                      "const": "full",
      -                      "title": "Coverage",
      -                      "type": "string"
      -                    },
      -                    "curve": {
      -                      "properties": {
      -                        "drawdown_from_peak": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Drawdown From Peak"
      -                        },
      -                        "graduated": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Graduated"
      -                        },
      -                        "peak_rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Peak Rs Sol"
      -                        },
      -                        "rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Rs Sol"
      -                        }
      -                      },
      -                      "required": [
      -                        "rs_sol",
      -                        "peak_rs_sol",
      -                        "drawdown_from_peak",
      -                        "graduated"
      -                      ],
      -                      "title": "Curve",
      -                      "type": "object"
      -                    },
      -                    "findings": {
      -                      "items": {
      -                        "properties": {
      -                          "code": {
      -                            "title": "Code",
      -                            "type": "string"
      -                          },
      -                          "evidence": {
      -                            "additionalProperties": true,
      -                            "title": "Evidence",
      -                            "type": "object"
      -                          },
      -                          "first_seen_at": {
      -                            "anyOf": [
      -                              {
      -                                "type": "number"
      -                              },
      -                              {
      -                                "type": "null"
      -                              }
      -                            ],
      -                            "title": "First Seen At"
      -                          }
      -                        },
      -                        "required": [
      -                          "code",
      -                          "first_seen_at",
      -                          "evidence"
      -                        ],
      -                        "title": "Finding",
      -                        "type": "object"
      -                      },
      -                      "title": "Findings",
      -                      "type": "array"
      -                    },
      -                    "full_card_url": {
      -                      "title": "Full Card Url",
      -                      "type": "string"
      -                    },
      -                    "last_trade_at": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Last Trade At"
      -                    },
      -                    "lifecycle": {
      -                      "title": "Lifecycle",
      -                      "type": "string"
      -                    },
      -                    "links": {
      -                      "anyOf": [
      -                        {
      -                          "properties": {
      -                            "axiom": {
      -                              "title": "Axiom",
      -                              "type": "string"
      -                            },
      -                            "dexscreener": {
      -                              "title": "Dexscreener",
      -                              "type": "string"
      -                            },
      -                            "gmgn": {
      -                              "title": "Gmgn",
      -                              "type": "string"
      -                            },
      -                            "jupiter": {
      -                              "title": "Jupiter",
      -                              "type": "string"
      -                            },
      -                            "note": {
      -                              "title": "Note",
      -                              "type": "string"
      -                            },
      -                            "photon": {
      -                              "title": "Photon",
      -                              "type": "string"
      -                            },
      -                            "pumpfun": {
      -                              "title": "Pumpfun",
      -                              "type": "string"
      -                            }
      -                          },
      -                          "required": [
      -                            "pumpfun",
      -                            "dexscreener",
      -                            "jupiter",
      -                            "gmgn",
      -                            "axiom",
      -                            "photon",
      -                            "note"
      -                          ],
      -                          "title": "TradeLinks",
      -                          "type": "object"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "default": null,
      -                      "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -                    },
      -                    "mint": {
      -                      "title": "Mint",
      -                      "type": "string"
      -                    },
      -                    "probabilities": {
      -                      "anyOf": [
      -                        {
      -                          "properties": {
      -                            "base_rate_same_age": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Base Rate Same Age"
      -                            },
      -                            "calibration": {
      -                              "title": "Calibration",
      -                              "type": "string"
      -                            },
      -                            "diagnostics": {
      -                              "anyOf": [
      -                                {
      -                                  "additionalProperties": true,
      -                                  "type": "object"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Diagnostics"
      -                            },
      -                            "features_used": {
      -                              "anyOf": [
      -                                {
      -                                  "additionalProperties": true,
      -                                  "type": "object"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Features Used"
      -                            },
      -                            "horizon_s": {
      -                              "title": "Horizon S",
      -                              "type": "integer"
      -                            },
      -                            "model": {
      -                              "title": "Model",
      -                              "type": "string"
      -                            },
      -                            "reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Reason"
      -                            },
      -                            "recalibration": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Recalibration"
      -                            },
      -                            "rug_within_300s": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S"
      -                            },
      -                            "rug_within_300s_basis": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S Basis"
      -                            },
      -                            "rug_within_300s_reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S Reason"
      -                            },
      -                            "true_graduation": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "True Graduation"
      -                            },
      -                            "true_graduation_reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "True Graduation Reason"
      -                            }
      -                          },
      -                          "required": [
      -                            "model",
      -                            "calibration",
      -                            "horizon_s"
      -                          ],
      -                          "title": "Probabilities",
      -                          "type": "object"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "default": null
      -                    },
      -                    "risk_label": {
      -                      "title": "Risk Label",
      -                      "type": "string"
      -                    },
      -                    "snapshot_slot": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                      "title": "Snapshot Slot"
      -                    },
      -                    "status": {
      -                      "enum": [
      -                        "flags_observed",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Status",
      -                      "type": "string"
      -                    },
      -                    "verdict": {
      -                      "enum": [
      -                        "avoid",
      -                        "caution",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Verdict",
      -                      "type": "string"
      -                    },
      -                    "verdict_basis": {
      -                      "items": {
      -                        "type": "string"
      -                      },
      -                      "title": "Verdict Basis",
      -                      "type": "array"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "status",
      -                    "lifecycle",
      -                    "risk_label",
      -                    "findings",
      -                    "snapshot_slot",
      -                    "last_trade_at",
      -                    "concentration",
      -                    "buyer_flow",
      -                    "curve",
      -                    "full_card_url",
      -                    "coverage",
      -                    "verdict",
      -                    "verdict_basis"
      -                  ],
      -                  "title": "BatchCovered",
      -                  "type": "object"
      -                },
      -                {
      -                  "properties": {
      -                    "coverage": {
      -                      "const": "unavailable",
      -                      "title": "Coverage",
      -                      "type": "string"
      -                    },
      -                    "mint": {
      -                      "title": "Mint",
      -                      "type": "string"
      -                    },
      -                    "reason": {
      -                      "title": "Reason",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "coverage",
      -                    "reason"
      -                  ],
      -                  "title": "BatchUnavailable",
      -                  "type": "object"
      -                }
      -              ]
      -            },
      -            "maxItems": 25,
      -            "minItems": 1,
      -            "title": "Items",
      -            "type": "array"
      -          },
      -          "note": {
      -            "title": "Note",
      -            "type": "string"
      -          },
      -          "result_id": {
      -            "title": "Result Id",
      -            "type": "string"
      -          },
      -          "status": {
      -            "enum": [
      -              "flags_observed",
      -              "no_flags_observed"
      -            ],
      -            "title": "Status",
      -            "type": "string"
      -          },
      -          "unavailable": {
      -            "maximum": 24,
      -            "minimum": 0,
      -            "title": "Unavailable",
      -            "type": "integer"
      -          },
      -          "verdict_rule": {
      -            "title": "Verdict Rule",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "status",
      -          "result_id",
      -          "count",
      -          "covered",
      -          "unavailable",
      -          "items",
      -          "verdict_rule",
      -          "note"
      -        ],
      -        "title": "BatchData",
      -        "type": "object"
      -      },
      -      "generated_at": {
      -        "title": "Generated At",
      -        "type": "string"
      -      },
      -      "meta": {
      -        "additionalProperties": true,
      -        "title": "Meta",
      -        "type": "object"
      -      },
      -      "ok": {
      -        "const": true,
      -        "title": "Ok",
      -        "type": "boolean"
      -      },
      -      "schema_version": {
      -        "const": "2.0",
      -        "title": "Schema Version",
      -        "type": "string"
      -      },
      -      "t": {
      -        "title": "T",
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "schema_version",
      -      "generated_at",
      -      "t",
      -      "coverage",
      -      "data",
      -      "meta"
      -    ],
      -    "title": "BatchEnvelope",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      -    "properties": {
      -      "accepts": {
      -        "items": {
      -          "properties": {
      -            "amount": {
      -              "type": "string"
      -            },
      -            "asset": {
      -              "type": "string"
      -            },
      -            "extra": {
      -              "type": "object"
      -            },
      -            "maxTimeoutSeconds": {
      -              "type": "integer"
      -            },
      -            "network": {
      -              "type": "string"
      -            },
      -            "payTo": {
      -              "type": "string"
      -            },
      -            "scheme": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "scheme",
      -            "network",
      -            "amount",
      -            "asset",
      -            "payTo"
      -          ],
      -          "type": "object"
      -        },
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "extensions": {
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "description": {
      -            "type": "string"
      -          },
      -          "mimeType": {
      -            "type": "string"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "url"
      -        ],
      -        "type": "object"
      -      },
      -      "x402/payment-response": {
      -        "properties": {
      -          "errorReason": {
      -            "type": "string"
      -          },
      -          "network": {
      -            "type": "string"
      -          },
      -          "success": {
      -            "type": "boolean"
      -          },
      -          "transaction": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "success"
      -        ],
      -        "type": "object"
      -      },
      -      "x402Version": {
      -        "const": 2
      -      }
      -    },
      -    "required": [
      -      "x402Version",
      -      "resource",
      -      "accepts"
      -    ],
      -    "title": "PaymentRequired",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      -    "properties": {
      -      "address": {
      -        "type": "string"
      -      },
      -      "avoid_skipped": {
      -        "type": "integer"
      -      },
      -      "case_mangled_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "charged": {
      -        "type": [
      -          "boolean",
      -          "null"
      -        ]
      -      },
      -      "curve": {
      -        "type": "string"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "feed_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "free_check": {
      -        "type": "string"
      -      },
      -      "got": {
      -        "type": [
      -          "string",
      -          "integer"
      -        ]
      -      },
      -      "hint": {
      -        "type": "string"
      -      },
      -      "invalid": {
      -        "type": "object"
      -      },
      -      "live_examples": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "max_feed_lag_s": {
      -        "type": "number"
      -      },
      -      "max_mints": {
      -        "type": "integer"
      -      },
      -      "max_table_lag_s": {
      -        "type": "number"
      -      },
      -      "message": {
      -        "type": "string"
      -      },
      -      "mint": {
      -        "type": "string"
      -      },
      -      "missing": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "newest_cursor": {
      -        "type": "string"
      -      },
      -      "ok": {
      -        "const": false
      -      },
      -      "payment_status": {
      -        "type": "string"
      -      },
      -      "scanned": {
      -        "type": "integer"
      -      },
      -      "schema": {
      -        "type": "object"
      -      },
      -      "since": {
      -        "type": [
      -          "string",
      -          "null"
      -        ]
      -      },
      -      "table_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "tool": {
      -        "type": "string"
      -      },
      -      "unavailable_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "unverified_event": {
      -        "type": [
      -          "object",
      -          "null"
      -        ]
      -      },
      -      "window_s": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "error"
      -    ],
      -    "title": "Refusal",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "enum": [
      +          "full",
      +          "thin"
      +        ],
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "count": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Count",
      +            "type": "integer"
      +          },
      +          "covered": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Covered",
      +            "type": "integer"
      +          },
      +          "items": {
      +            "items": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "authorities": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "freeze_authority": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "boolean"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "true = set (accounts can be frozen), false = none, null = not read.",
      +                              "title": "Freeze Authority"
      +                            },
      +                            "metadata_mutable": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "boolean"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "true = name, symbol or image can still change, false = immutable, null = not read.",
      +                              "title": "Metadata Mutable"
      +                            },
      +                            "mint_authority": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "boolean"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "true = set (more can be minted), false = none, null = not read.",
      +                              "title": "Mint Authority"
      +                            },
      +                            "source": {
      +                              "anyOf": [
      +                                {
      +                                  "enum": [
      +                                    "onchain",
      +                                    "pumpfun_rule"
      +                                  ],
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "pumpfun_rule: pump.fun's program leaves no mint or freeze authority and immutable metadata.",
      +                              "title": "Source"
      +                            }
      +                          },
      +                          "title": "Authorities",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null,
      +                      "description": "Mint, freeze and metadata authorities (/v1/labels authorities)."
      +                    },
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "coverage": {
      +                      "const": "full",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "lifecycle": {
      +                      "title": "Lifecycle",
      +                      "type": "string"
      +                    },
      +                    "links": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "axiom": {
      +                              "title": "Axiom",
      +                              "type": "string"
      +                            },
      +                            "dexscreener": {
      +                              "title": "Dexscreener",
      +                              "type": "string"
      +                            },
      +                            "gmgn": {
      +                              "title": "Gmgn",
      +                              "type": "string"
      +                            },
      +                            "jupiter": {
      +                              "title": "Jupiter",
      +                              "type": "string"
      +                            },
      +                            "note": {
      +                              "title": "Note",
      +                              "type": "string"
      +                            },
      +                            "photon": {
      +                              "title": "Photon",
      +                              "type": "string"
      +                            },
      +                            "pumpfun": {
      +                              "title": "Pumpfun",
      +                              "type": "string"
      +                            }
      +                          },
      +                          "required": [
      +                            "pumpfun",
      +                            "dexscreener",
      +                            "jupiter",
      +                            "gmgn",
      +                            "axiom",
      +                            "photon",
      +                            "note"
      +                          ],
      +                          "title": "TradeLinks",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null,
      +                      "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +                    },
      +                    "market": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "as_of": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "Unix seconds of that sol_usd read.",
      +                              "title": "As Of"
      +                            },
      +                            "curve_liquidity_sol": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "Real SOL held by the bonding curve.",
      +                              "title": "Curve Liquidity Sol"
      +                            },
      +                            "curve_liquidity_usd": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Curve Liquidity Usd"
      +                            },
      +                            "market_cap_sol": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Market Cap Sol"
      +                            },
      +                            "market_cap_usd": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "price_usd x total supply (1B tokens, 2B on a mayhem launch): the pump.fun and DexScreener convention, equal to FDV.",
      +                              "title": "Market Cap Usd"
      +                            },
      +                            "price_sol": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "SOL per whole token at the bonding curve's marginal price.",
      +                              "title": "Price Sol"
      +                            },
      +                            "price_usd": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Price Usd"
      +                            },
      +                            "reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "Why fields are null; codes at /v1/labels market.reason.",
      +                              "title": "Reason"
      +                            },
      +                            "sol_usd": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "description": "The Coinbase SOL-USD spot the USD fields use.",
      +                              "title": "Sol Usd"
      +                            }
      +                          },
      +                          "title": "Market",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null,
      +                      "description": "USD price, market cap and curve liquidity (/v1/labels market)."
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "probabilities": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "base_rate_same_age": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Base Rate Same Age"
      +                            },
      +                            "calibration": {
      +                              "title": "Calibration",
      +                              "type": "string"
      +                            },
      +                            "diagnostics": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Diagnostics"
      +                            },
      +                            "features_used": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Features Used"
      +                            },
      +                            "horizon_s": {
      +                              "title": "Horizon S",
      +                              "type": "integer"
      +                            },
      +                            "model": {
      +                              "title": "Model",
      +                              "type": "string"
      +                            },
      +                            "reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Reason"
      +                            },
      +                            "recalibration": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Recalibration"
      +                            },
      +                            "rug_within_300s": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S"
      +                            },
      +                            "rug_within_300s_basis": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Basis"
      +                            },
      +                            "rug_within_300s_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Reason"
      +                            },
      +                            "true_graduation": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation"
      +                            },
      +                            "true_graduation_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation Reason"
      +                            }
      +                          },
      +                          "required": [
      +                            "model",
      +                            "calibration",
      +                            "horizon_s"
      +                          ],
      +                          "title": "Probabilities",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    },
      +                    "verdict": {
      +                      "enum": [
      +                        "avoid",
      +                        "caution",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Verdict",
      +                      "type": "string"
      +                    },
      +                    "verdict_basis": {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "title": "Verdict Basis",
      +                      "type": "array"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url",
      +                    "coverage",
      +                    "verdict",
      +                    "verdict_basis"
      +                  ],
      +                  "title": "BatchCovered",
      +                  "type": "object"
      +                },
      +                {
      +                  "properties": {
      +                    "coverage": {
      +                      "const": "unavailable",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "reason": {
      +                      "title": "Reason",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "coverage",
      +                    "reason"
      +                  ],
      +                  "title": "BatchUnavailable",
      +                  "type": "object"
      +                }
      +              ]
      +            },
      +            "maxItems": 25,
      +            "minItems": 1,
      +            "title": "Items",
      +            "type": "array"
      +          },
      +          "note": {
      +            "title": "Note",
      +            "type": "string"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "status": {
      +            "enum": [
      +              "flags_observed",
      +              "no_flags_observed"
      +            ],
      +            "title": "Status",
      +            "type": "string"
      +          },
      +          "unavailable": {
      +            "maximum": 24,
      +            "minimum": 0,
      +            "title": "Unavailable",
      +            "type": "integer"
      +          },
      +          "verdict_rule": {
      +            "title": "Verdict Rule",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "result_id",
      +          "count",
      +          "covered",
      +          "unavailable",
      +          "items",
      +          "verdict_rule",
      +          "note"
      +        ],
      +        "title": "BatchData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "BatchEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "max_table_lag_s": {
      +        "type": "number"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "table_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
  2. Changed4 schema fields changed
    • changedInput schema / properties / mints / description
      Previous value: -"One to 25 distinct pump.fun mints; a mint outside the live window is listed as coverage unavailable."New value: +"One to 25 distinct pump.fun mints, each a mint or a pump.fun/gmgn/solscan/birdeye link; a mint outside the live window is listed as coverage unavailable."
    • addedInput schema / properties / mints / items / description
      Added value: +"a mint or a pump.fun/gmgn/solscan/birdeye link"
    • changedInput schema / properties / mints / items / maxLength
      Previous value: -44New value: +512
    • removedInput schema / properties / mints / items / pattern
      Removed value: -"^[1-9A-HJ-NP-Za-km-z]{32,44}$"
  3. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "properties": {
      -      "coverage": {
      -        "enum": [
      -          "full",
      -          "thin"
      -        ],
      -        "title": "Coverage",
      -        "type": "string"
      -      },
      -      "data": {
      -        "properties": {
      -          "count": {
      -            "maximum": 25,
      -            "minimum": 1,
      -            "title": "Count",
      -            "type": "integer"
      -          },
      -          "covered": {
      -            "maximum": 25,
      -            "minimum": 1,
      -            "title": "Covered",
      -            "type": "integer"
      -          },
      -          "items": {
      -            "items": {
      -              "anyOf": [
      -                {
      -                  "properties": {
      -                    "buyer_flow": {
      -                      "properties": {
      -                        "buys_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Buys 60S"
      -                        },
      -                        "inflow_stalled": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Inflow Stalled"
      -                        },
      -                        "net_sol_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Net Sol 60S"
      -                        },
      -                        "sells_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Sells 60S"
      -                        },
      -                        "unique_buyers_60s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "integer"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Unique Buyers 60S"
      -                        }
      -                      },
      -                      "required": [
      -                        "unique_buyers_60s",
      -                        "buys_60s",
      -                        "sells_60s",
      -                        "net_sol_60s",
      -                        "inflow_stalled"
      -                      ],
      -                      "title": "BuyerFlow",
      -                      "type": "object"
      -                    },
      -                    "concentration": {
      -                      "properties": {
      -                        "bundle_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Bundle Share"
      -                        },
      -                        "dev_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Dev Share"
      -                        },
      -                        "insider_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Insider Share"
      -                        },
      -                        "top5_share": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Top5 Share"
      -                        }
      -                      },
      -                      "required": [
      -                        "top5_share",
      -                        "dev_share",
      -                        "bundle_share",
      -                        "insider_share"
      -                      ],
      -                      "title": "Concentration",
      -                      "type": "object"
      -                    },
      -                    "coverage": {
      -                      "const": "full",
      -                      "title": "Coverage",
      -                      "type": "string"
      -                    },
      -                    "curve": {
      -                      "properties": {
      -                        "drawdown_from_peak": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Drawdown From Peak"
      -                        },
      -                        "graduated": {
      -                          "anyOf": [
      -                            {
      -                              "type": "boolean"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Graduated"
      -                        },
      -                        "peak_rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Peak Rs Sol"
      -                        },
      -                        "rs_sol": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "title": "Rs Sol"
      -                        }
      -                      },
      -                      "required": [
      -                        "rs_sol",
      -                        "peak_rs_sol",
      -                        "drawdown_from_peak",
      -                        "graduated"
      -                      ],
      -                      "title": "Curve",
      -                      "type": "object"
      -                    },
      -                    "findings": {
      -                      "items": {
      -                        "properties": {
      -                          "code": {
      -                            "title": "Code",
      -                            "type": "string"
      -                          },
      -                          "evidence": {
      -                            "additionalProperties": true,
      -                            "title": "Evidence",
      -                            "type": "object"
      -                          },
      -                          "first_seen_at": {
      -                            "anyOf": [
      -                              {
      -                                "type": "number"
      -                              },
      -                              {
      -                                "type": "null"
      -                              }
      -                            ],
      -                            "title": "First Seen At"
      -                          }
      -                        },
      -                        "required": [
      -                          "code",
      -                          "first_seen_at",
      -                          "evidence"
      -                        ],
      -                        "title": "Finding",
      -                        "type": "object"
      -                      },
      -                      "title": "Findings",
      -                      "type": "array"
      -                    },
      -                    "full_card_url": {
      -                      "title": "Full Card Url",
      -                      "type": "string"
      -                    },
      -                    "last_trade_at": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Last Trade At"
      -                    },
      -                    "lifecycle": {
      -                      "title": "Lifecycle",
      -                      "type": "string"
      -                    },
      -                    "links": {
      -                      "anyOf": [
      -                        {
      -                          "properties": {
      -                            "axiom": {
      -                              "title": "Axiom",
      -                              "type": "string"
      -                            },
      -                            "dexscreener": {
      -                              "title": "Dexscreener",
      -                              "type": "string"
      -                            },
      -                            "gmgn": {
      -                              "title": "Gmgn",
      -                              "type": "string"
      -                            },
      -                            "jupiter": {
      -                              "title": "Jupiter",
      -                              "type": "string"
      -                            },
      -                            "note": {
      -                              "title": "Note",
      -                              "type": "string"
      -                            },
      -                            "photon": {
      -                              "title": "Photon",
      -                              "type": "string"
      -                            },
      -                            "pumpfun": {
      -                              "title": "Pumpfun",
      -                              "type": "string"
      -                            }
      -                          },
      -                          "required": [
      -                            "pumpfun",
      -                            "dexscreener",
      -                            "jupiter",
      -                            "gmgn",
      -                            "axiom",
      -                            "photon",
      -                            "note"
      -                          ],
      -                          "title": "TradeLinks",
      -                          "type": "object"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "default": null,
      -                      "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -                    },
      -                    "mint": {
      -                      "title": "Mint",
      -                      "type": "string"
      -                    },
      -                    "probabilities": {
      -                      "anyOf": [
      -                        {
      -                          "properties": {
      -                            "base_rate_same_age": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Base Rate Same Age"
      -                            },
      -                            "calibration": {
      -                              "title": "Calibration",
      -                              "type": "string"
      -                            },
      -                            "diagnostics": {
      -                              "anyOf": [
      -                                {
      -                                  "additionalProperties": true,
      -                                  "type": "object"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Diagnostics"
      -                            },
      -                            "features_used": {
      -                              "anyOf": [
      -                                {
      -                                  "additionalProperties": true,
      -                                  "type": "object"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Features Used"
      -                            },
      -                            "horizon_s": {
      -                              "title": "Horizon S",
      -                              "type": "integer"
      -                            },
      -                            "model": {
      -                              "title": "Model",
      -                              "type": "string"
      -                            },
      -                            "reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Reason"
      -                            },
      -                            "recalibration": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Recalibration"
      -                            },
      -                            "rug_within_300s": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S"
      -                            },
      -                            "rug_within_300s_basis": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S Basis"
      -                            },
      -                            "rug_within_300s_reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "Rug Within 300S Reason"
      -                            },
      -                            "true_graduation": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "number"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "True Graduation"
      -                            },
      -                            "true_graduation_reason": {
      -                              "anyOf": [
      -                                {
      -                                  "type": "string"
      -                                },
      -                                {
      -                                  "type": "null"
      -                                }
      -                              ],
      -                              "default": null,
      -                              "title": "True Graduation Reason"
      -                            }
      -                          },
      -                          "required": [
      -                            "model",
      -                            "calibration",
      -                            "horizon_s"
      -                          ],
      -                          "title": "Probabilities",
      -                          "type": "object"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "default": null
      -                    },
      -                    "risk_label": {
      -                      "title": "Risk Label",
      -                      "type": "string"
      -                    },
      -                    "snapshot_slot": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                      "title": "Snapshot Slot"
      -                    },
      -                    "status": {
      -                      "enum": [
      -                        "flags_observed",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Status",
      -                      "type": "string"
      -                    },
      -                    "verdict": {
      -                      "enum": [
      -                        "avoid",
      -                        "caution",
      -                        "no_flags_observed"
      -                      ],
      -                      "title": "Verdict",
      -                      "type": "string"
      -                    },
      -                    "verdict_basis": {
      -                      "items": {
      -                        "type": "string"
      -                      },
      -                      "title": "Verdict Basis",
      -                      "type": "array"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "status",
      -                    "lifecycle",
      -                    "risk_label",
      -                    "findings",
      -                    "snapshot_slot",
      -                    "last_trade_at",
      -                    "concentration",
      -                    "buyer_flow",
      -                    "curve",
      -                    "full_card_url",
      -                    "coverage",
      -                    "verdict",
      -                    "verdict_basis"
      -                  ],
      -                  "title": "BatchCovered",
      -                  "type": "object"
      -                },
      -                {
      -                  "properties": {
      -                    "coverage": {
      -                      "const": "unavailable",
      -                      "title": "Coverage",
      -                      "type": "string"
      -                    },
      -                    "mint": {
      -                      "title": "Mint",
      -                      "type": "string"
      -                    },
      -                    "reason": {
      -                      "title": "Reason",
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "mint",
      -                    "coverage",
      -                    "reason"
      -                  ],
      -                  "title": "BatchUnavailable",
      -                  "type": "object"
      -                }
      -              ]
      -            },
      -            "maxItems": 25,
      -            "minItems": 1,
      -            "title": "Items",
      -            "type": "array"
      -          },
      -          "note": {
      -            "title": "Note",
      -            "type": "string"
      -          },
      -          "result_id": {
      -            "title": "Result Id",
      -            "type": "string"
      -          },
      -          "status": {
      -            "enum": [
      -              "flags_observed",
      -              "no_flags_observed"
      -            ],
      -            "title": "Status",
      -            "type": "string"
      -          },
      -          "unavailable": {
      -            "maximum": 24,
      -            "minimum": 0,
      -            "title": "Unavailable",
      -            "type": "integer"
      -          },
      -          "verdict_rule": {
      -            "title": "Verdict Rule",
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "status",
      -          "result_id",
      -          "count",
      -          "covered",
      -          "unavailable",
      -          "items",
      -          "verdict_rule",
      -          "note"
      -        ],
      -        "title": "BatchData",
      -        "type": "object"
      -      },
      -      "generated_at": {
      -        "title": "Generated At",
      -        "type": "string"
      -      },
      -      "meta": {
      -        "additionalProperties": true,
      -        "title": "Meta",
      -        "type": "object"
      -      },
      -      "ok": {
      -        "const": true,
      -        "title": "Ok",
      -        "type": "boolean"
      -      },
      -      "schema_version": {
      -        "const": "2.0",
      -        "title": "Schema Version",
      -        "type": "string"
      -      },
      -      "t": {
      -        "title": "T",
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "schema_version",
      -      "generated_at",
      -      "t",
      -      "coverage",
      -      "data",
      -      "meta"
      -    ],
      -    "title": "BatchEnvelope",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      -    "properties": {
      -      "accepts": {
      -        "items": {
      -          "properties": {
      -            "amount": {
      -              "type": "string"
      -            },
      -            "asset": {
      -              "type": "string"
      -            },
      -            "extra": {
      -              "type": "object"
      -            },
      -            "maxTimeoutSeconds": {
      -              "type": "integer"
      -            },
      -            "network": {
      -              "type": "string"
      -            },
      -            "payTo": {
      -              "type": "string"
      -            },
      -            "scheme": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "scheme",
      -            "network",
      -            "amount",
      -            "asset",
      -            "payTo"
      -          ],
      -          "type": "object"
      -        },
      -        "minItems": 1,
      -        "type": "array"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "extensions": {
      -        "type": "object"
      -      },
      -      "resource": {
      -        "properties": {
      -          "description": {
      -            "type": "string"
      -          },
      -          "mimeType": {
      -            "type": "string"
      -          },
      -          "url": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "url"
      -        ],
      -        "type": "object"
      -      },
      -      "x402/payment-response": {
      -        "properties": {
      -          "errorReason": {
      -            "type": "string"
      -          },
      -          "network": {
      -            "type": "string"
      -          },
      -          "success": {
      -            "type": "boolean"
      -          },
      -          "transaction": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "success"
      -        ],
      -        "type": "object"
      -      },
      -      "x402Version": {
      -        "const": 2
      -      }
      -    },
      -    "required": [
      -      "x402Version",
      -      "resource",
      -      "accepts"
      -    ],
      -    "title": "PaymentRequired",
      -    "type": "object"
      -  },
      -  {
      -    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      -    "properties": {
      -      "address": {
      -        "type": "string"
      -      },
      -      "avoid_skipped": {
      -        "type": "integer"
      -      },
      -      "case_mangled_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "charged": {
      -        "type": [
      -          "boolean",
      -          "null"
      -        ]
      -      },
      -      "curve": {
      -        "type": "string"
      -      },
      -      "error": {
      -        "type": "string"
      -      },
      -      "feed_lag_s": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "free_check": {
      -        "type": "string"
      -      },
      -      "got": {
      -        "type": [
      -          "string",
      -          "integer"
      -        ]
      -      },
      -      "hint": {
      -        "type": "string"
      -      },
      -      "invalid": {
      -        "type": "object"
      -      },
      -      "live_examples": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "max_feed_lag_s": {
      -        "type": "number"
      -      },
      -      "max_mints": {
      -        "type": "integer"
      -      },
      -      "message": {
      -        "type": "string"
      -      },
      -      "mint": {
      -        "type": "string"
      -      },
      -      "missing": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "newest_cursor": {
      -        "type": "string"
      -      },
      -      "ok": {
      -        "const": false
      -      },
      -      "payment_status": {
      -        "type": "string"
      -      },
      -      "scanned": {
      -        "type": "integer"
      -      },
      -      "schema": {
      -        "type": "object"
      -      },
      -      "since": {
      -        "type": [
      -          "string",
      -          "null"
      -        ]
      -      },
      -      "tool": {
      -        "type": "string"
      -      },
      -      "unavailable_mints": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "unverified_event": {
      -        "type": [
      -          "object",
      -          "null"
      -        ]
      -      },
      -      "window_s": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "ok",
      -      "error"
      -    ],
      -    "title": "Refusal",
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "enum": [
      +          "full",
      +          "thin"
      +        ],
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "count": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Count",
      +            "type": "integer"
      +          },
      +          "covered": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Covered",
      +            "type": "integer"
      +          },
      +          "items": {
      +            "items": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "coverage": {
      +                      "const": "full",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "lifecycle": {
      +                      "title": "Lifecycle",
      +                      "type": "string"
      +                    },
      +                    "links": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "axiom": {
      +                              "title": "Axiom",
      +                              "type": "string"
      +                            },
      +                            "dexscreener": {
      +                              "title": "Dexscreener",
      +                              "type": "string"
      +                            },
      +                            "gmgn": {
      +                              "title": "Gmgn",
      +                              "type": "string"
      +                            },
      +                            "jupiter": {
      +                              "title": "Jupiter",
      +                              "type": "string"
      +                            },
      +                            "note": {
      +                              "title": "Note",
      +                              "type": "string"
      +                            },
      +                            "photon": {
      +                              "title": "Photon",
      +                              "type": "string"
      +                            },
      +                            "pumpfun": {
      +                              "title": "Pumpfun",
      +                              "type": "string"
      +                            }
      +                          },
      +                          "required": [
      +                            "pumpfun",
      +                            "dexscreener",
      +                            "jupiter",
      +                            "gmgn",
      +                            "axiom",
      +                            "photon",
      +                            "note"
      +                          ],
      +                          "title": "TradeLinks",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null,
      +                      "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "probabilities": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "base_rate_same_age": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Base Rate Same Age"
      +                            },
      +                            "calibration": {
      +                              "title": "Calibration",
      +                              "type": "string"
      +                            },
      +                            "diagnostics": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Diagnostics"
      +                            },
      +                            "features_used": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Features Used"
      +                            },
      +                            "horizon_s": {
      +                              "title": "Horizon S",
      +                              "type": "integer"
      +                            },
      +                            "model": {
      +                              "title": "Model",
      +                              "type": "string"
      +                            },
      +                            "reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Reason"
      +                            },
      +                            "recalibration": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Recalibration"
      +                            },
      +                            "rug_within_300s": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S"
      +                            },
      +                            "rug_within_300s_basis": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Basis"
      +                            },
      +                            "rug_within_300s_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Reason"
      +                            },
      +                            "true_graduation": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation"
      +                            },
      +                            "true_graduation_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation Reason"
      +                            }
      +                          },
      +                          "required": [
      +                            "model",
      +                            "calibration",
      +                            "horizon_s"
      +                          ],
      +                          "title": "Probabilities",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    },
      +                    "verdict": {
      +                      "enum": [
      +                        "avoid",
      +                        "caution",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Verdict",
      +                      "type": "string"
      +                    },
      +                    "verdict_basis": {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "title": "Verdict Basis",
      +                      "type": "array"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url",
      +                    "coverage",
      +                    "verdict",
      +                    "verdict_basis"
      +                  ],
      +                  "title": "BatchCovered",
      +                  "type": "object"
      +                },
      +                {
      +                  "properties": {
      +                    "coverage": {
      +                      "const": "unavailable",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "reason": {
      +                      "title": "Reason",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "coverage",
      +                    "reason"
      +                  ],
      +                  "title": "BatchUnavailable",
      +                  "type": "object"
      +                }
      +              ]
      +            },
      +            "maxItems": 25,
      +            "minItems": 1,
      +            "title": "Items",
      +            "type": "array"
      +          },
      +          "note": {
      +            "title": "Note",
      +            "type": "string"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "status": {
      +            "enum": [
      +              "flags_observed",
      +              "no_flags_observed"
      +            ],
      +            "title": "Status",
      +            "type": "string"
      +          },
      +          "unavailable": {
      +            "maximum": 24,
      +            "minimum": 0,
      +            "title": "Unavailable",
      +            "type": "integer"
      +          },
      +          "verdict_rule": {
      +            "title": "Verdict Rule",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "result_id",
      +          "count",
      +          "covered",
      +          "unavailable",
      +          "items",
      +          "verdict_rule",
      +          "note"
      +        ],
      +        "title": "BatchData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "BatchEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "max_table_lag_s": {
      +        "type": "number"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "table_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
  4. Changed5 schema fields changed
    • addedOutput schema / anyOf
      Added value: +[
      +  {
      +    "properties": {
      +      "coverage": {
      +        "enum": [
      +          "full",
      +          "thin"
      +        ],
      +        "title": "Coverage",
      +        "type": "string"
      +      },
      +      "data": {
      +        "properties": {
      +          "count": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Count",
      +            "type": "integer"
      +          },
      +          "covered": {
      +            "maximum": 25,
      +            "minimum": 1,
      +            "title": "Covered",
      +            "type": "integer"
      +          },
      +          "items": {
      +            "items": {
      +              "anyOf": [
      +                {
      +                  "properties": {
      +                    "buyer_flow": {
      +                      "properties": {
      +                        "buys_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Buys 60S"
      +                        },
      +                        "inflow_stalled": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Inflow Stalled"
      +                        },
      +                        "net_sol_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Net Sol 60S"
      +                        },
      +                        "sells_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Sells 60S"
      +                        },
      +                        "unique_buyers_60s": {
      +                          "anyOf": [
      +                            {
      +                              "type": "integer"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Unique Buyers 60S"
      +                        }
      +                      },
      +                      "required": [
      +                        "unique_buyers_60s",
      +                        "buys_60s",
      +                        "sells_60s",
      +                        "net_sol_60s",
      +                        "inflow_stalled"
      +                      ],
      +                      "title": "BuyerFlow",
      +                      "type": "object"
      +                    },
      +                    "concentration": {
      +                      "properties": {
      +                        "bundle_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Bundle Share"
      +                        },
      +                        "dev_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Dev Share"
      +                        },
      +                        "insider_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Insider Share"
      +                        },
      +                        "top5_share": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Top5 Share"
      +                        }
      +                      },
      +                      "required": [
      +                        "top5_share",
      +                        "dev_share",
      +                        "bundle_share",
      +                        "insider_share"
      +                      ],
      +                      "title": "Concentration",
      +                      "type": "object"
      +                    },
      +                    "coverage": {
      +                      "const": "full",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "curve": {
      +                      "properties": {
      +                        "drawdown_from_peak": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Drawdown From Peak"
      +                        },
      +                        "graduated": {
      +                          "anyOf": [
      +                            {
      +                              "type": "boolean"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Graduated"
      +                        },
      +                        "peak_rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Peak Rs Sol"
      +                        },
      +                        "rs_sol": {
      +                          "anyOf": [
      +                            {
      +                              "type": "number"
      +                            },
      +                            {
      +                              "type": "null"
      +                            }
      +                          ],
      +                          "title": "Rs Sol"
      +                        }
      +                      },
      +                      "required": [
      +                        "rs_sol",
      +                        "peak_rs_sol",
      +                        "drawdown_from_peak",
      +                        "graduated"
      +                      ],
      +                      "title": "Curve",
      +                      "type": "object"
      +                    },
      +                    "findings": {
      +                      "items": {
      +                        "properties": {
      +                          "code": {
      +                            "title": "Code",
      +                            "type": "string"
      +                          },
      +                          "evidence": {
      +                            "additionalProperties": true,
      +                            "title": "Evidence",
      +                            "type": "object"
      +                          },
      +                          "first_seen_at": {
      +                            "anyOf": [
      +                              {
      +                                "type": "number"
      +                              },
      +                              {
      +                                "type": "null"
      +                              }
      +                            ],
      +                            "title": "First Seen At"
      +                          }
      +                        },
      +                        "required": [
      +                          "code",
      +                          "first_seen_at",
      +                          "evidence"
      +                        ],
      +                        "title": "Finding",
      +                        "type": "object"
      +                      },
      +                      "title": "Findings",
      +                      "type": "array"
      +                    },
      +                    "full_card_url": {
      +                      "title": "Full Card Url",
      +                      "type": "string"
      +                    },
      +                    "last_trade_at": {
      +                      "anyOf": [
      +                        {
      +                          "type": "number"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "title": "Last Trade At"
      +                    },
      +                    "lifecycle": {
      +                      "title": "Lifecycle",
      +                      "type": "string"
      +                    },
      +                    "links": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "axiom": {
      +                              "title": "Axiom",
      +                              "type": "string"
      +                            },
      +                            "dexscreener": {
      +                              "title": "Dexscreener",
      +                              "type": "string"
      +                            },
      +                            "gmgn": {
      +                              "title": "Gmgn",
      +                              "type": "string"
      +                            },
      +                            "jupiter": {
      +                              "title": "Jupiter",
      +                              "type": "string"
      +                            },
      +                            "note": {
      +                              "title": "Note",
      +                              "type": "string"
      +                            },
      +                            "photon": {
      +                              "title": "Photon",
      +                              "type": "string"
      +                            },
      +                            "pumpfun": {
      +                              "title": "Pumpfun",
      +                              "type": "string"
      +                            }
      +                          },
      +                          "required": [
      +                            "pumpfun",
      +                            "dexscreener",
      +                            "jupiter",
      +                            "gmgn",
      +                            "axiom",
      +                            "photon",
      +                            "note"
      +                          ],
      +                          "title": "TradeLinks",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null,
      +                      "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "probabilities": {
      +                      "anyOf": [
      +                        {
      +                          "properties": {
      +                            "base_rate_same_age": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Base Rate Same Age"
      +                            },
      +                            "calibration": {
      +                              "title": "Calibration",
      +                              "type": "string"
      +                            },
      +                            "diagnostics": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Diagnostics"
      +                            },
      +                            "features_used": {
      +                              "anyOf": [
      +                                {
      +                                  "additionalProperties": true,
      +                                  "type": "object"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Features Used"
      +                            },
      +                            "horizon_s": {
      +                              "title": "Horizon S",
      +                              "type": "integer"
      +                            },
      +                            "model": {
      +                              "title": "Model",
      +                              "type": "string"
      +                            },
      +                            "reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Reason"
      +                            },
      +                            "recalibration": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Recalibration"
      +                            },
      +                            "rug_within_300s": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S"
      +                            },
      +                            "rug_within_300s_basis": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Basis"
      +                            },
      +                            "rug_within_300s_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "Rug Within 300S Reason"
      +                            },
      +                            "true_graduation": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "number"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation"
      +                            },
      +                            "true_graduation_reason": {
      +                              "anyOf": [
      +                                {
      +                                  "type": "string"
      +                                },
      +                                {
      +                                  "type": "null"
      +                                }
      +                              ],
      +                              "default": null,
      +                              "title": "True Graduation Reason"
      +                            }
      +                          },
      +                          "required": [
      +                            "model",
      +                            "calibration",
      +                            "horizon_s"
      +                          ],
      +                          "title": "Probabilities",
      +                          "type": "object"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "default": null
      +                    },
      +                    "risk_label": {
      +                      "title": "Risk Label",
      +                      "type": "string"
      +                    },
      +                    "snapshot_slot": {
      +                      "anyOf": [
      +                        {
      +                          "type": "integer"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ],
      +                      "description": "Latest observed slot for this mint, not the slot of every finding.",
      +                      "title": "Snapshot Slot"
      +                    },
      +                    "status": {
      +                      "enum": [
      +                        "flags_observed",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Status",
      +                      "type": "string"
      +                    },
      +                    "verdict": {
      +                      "enum": [
      +                        "avoid",
      +                        "caution",
      +                        "no_flags_observed"
      +                      ],
      +                      "title": "Verdict",
      +                      "type": "string"
      +                    },
      +                    "verdict_basis": {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "title": "Verdict Basis",
      +                      "type": "array"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "status",
      +                    "lifecycle",
      +                    "risk_label",
      +                    "findings",
      +                    "snapshot_slot",
      +                    "last_trade_at",
      +                    "concentration",
      +                    "buyer_flow",
      +                    "curve",
      +                    "full_card_url",
      +                    "coverage",
      +                    "verdict",
      +                    "verdict_basis"
      +                  ],
      +                  "title": "BatchCovered",
      +                  "type": "object"
      +                },
      +                {
      +                  "properties": {
      +                    "coverage": {
      +                      "const": "unavailable",
      +                      "title": "Coverage",
      +                      "type": "string"
      +                    },
      +                    "mint": {
      +                      "title": "Mint",
      +                      "type": "string"
      +                    },
      +                    "reason": {
      +                      "title": "Reason",
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "mint",
      +                    "coverage",
      +                    "reason"
      +                  ],
      +                  "title": "BatchUnavailable",
      +                  "type": "object"
      +                }
      +              ]
      +            },
      +            "maxItems": 25,
      +            "minItems": 1,
      +            "title": "Items",
      +            "type": "array"
      +          },
      +          "note": {
      +            "title": "Note",
      +            "type": "string"
      +          },
      +          "result_id": {
      +            "title": "Result Id",
      +            "type": "string"
      +          },
      +          "status": {
      +            "enum": [
      +              "flags_observed",
      +              "no_flags_observed"
      +            ],
      +            "title": "Status",
      +            "type": "string"
      +          },
      +          "unavailable": {
      +            "maximum": 24,
      +            "minimum": 0,
      +            "title": "Unavailable",
      +            "type": "integer"
      +          },
      +          "verdict_rule": {
      +            "title": "Verdict Rule",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "result_id",
      +          "count",
      +          "covered",
      +          "unavailable",
      +          "items",
      +          "verdict_rule",
      +          "note"
      +        ],
      +        "title": "BatchData",
      +        "type": "object"
      +      },
      +      "generated_at": {
      +        "title": "Generated At",
      +        "type": "string"
      +      },
      +      "meta": {
      +        "additionalProperties": true,
      +        "title": "Meta",
      +        "type": "object"
      +      },
      +      "ok": {
      +        "const": true,
      +        "title": "Ok",
      +        "type": "boolean"
      +      },
      +      "schema_version": {
      +        "const": "2.0",
      +        "title": "Schema Version",
      +        "type": "string"
      +      },
      +      "t": {
      +        "title": "T",
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "schema_version",
      +      "generated_at",
      +      "t",
      +      "coverage",
      +      "data",
      +      "meta"
      +    ],
      +    "title": "BatchEnvelope",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: the x402 v2 payment requirements. Pay one accepts entry and call again with _meta['x402/payment']. error says why when a payment was sent and rejected; a failed settlement adds x402/payment-response. Nothing is charged.",
      +    "properties": {
      +      "accepts": {
      +        "items": {
      +          "properties": {
      +            "amount": {
      +              "type": "string"
      +            },
      +            "asset": {
      +              "type": "string"
      +            },
      +            "extra": {
      +              "type": "object"
      +            },
      +            "maxTimeoutSeconds": {
      +              "type": "integer"
      +            },
      +            "network": {
      +              "type": "string"
      +            },
      +            "payTo": {
      +              "type": "string"
      +            },
      +            "scheme": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "scheme",
      +            "network",
      +            "amount",
      +            "asset",
      +            "payTo"
      +          ],
      +          "type": "object"
      +        },
      +        "minItems": 1,
      +        "type": "array"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "extensions": {
      +        "type": "object"
      +      },
      +      "resource": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "mimeType": {
      +            "type": "string"
      +          },
      +          "url": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "url"
      +        ],
      +        "type": "object"
      +      },
      +      "x402/payment-response": {
      +        "properties": {
      +          "errorReason": {
      +            "type": "string"
      +          },
      +          "network": {
      +            "type": "string"
      +          },
      +          "success": {
      +            "type": "boolean"
      +          },
      +          "transaction": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "success"
      +        ],
      +        "type": "object"
      +      },
      +      "x402Version": {
      +        "const": 2
      +      }
      +    },
      +    "required": [
      +      "x402Version",
      +      "resource",
      +      "accepts"
      +    ],
      +    "title": "PaymentRequired",
      +    "type": "object"
      +  },
      +  {
      +    "description": "isError: a refusal answered without charging (invalid or uncovered arguments, stale feed, nothing new since the cursor, a payment that cannot be matched to this request). error is a stable code; live_examples name mints covered now.",
      +    "properties": {
      +      "address": {
      +        "type": "string"
      +      },
      +      "avoid_skipped": {
      +        "type": "integer"
      +      },
      +      "case_mangled_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "charged": {
      +        "type": [
      +          "boolean",
      +          "null"
      +        ]
      +      },
      +      "curve": {
      +        "type": "string"
      +      },
      +      "error": {
      +        "type": "string"
      +      },
      +      "feed_lag_s": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "free_check": {
      +        "type": "string"
      +      },
      +      "got": {
      +        "type": [
      +          "string",
      +          "integer"
      +        ]
      +      },
      +      "hint": {
      +        "type": "string"
      +      },
      +      "invalid": {
      +        "type": "object"
      +      },
      +      "live_examples": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "max_feed_lag_s": {
      +        "type": "number"
      +      },
      +      "max_mints": {
      +        "type": "integer"
      +      },
      +      "message": {
      +        "type": "string"
      +      },
      +      "mint": {
      +        "type": "string"
      +      },
      +      "missing": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "newest_cursor": {
      +        "type": "string"
      +      },
      +      "ok": {
      +        "const": false
      +      },
      +      "payment_status": {
      +        "type": "string"
      +      },
      +      "scanned": {
      +        "type": "integer"
      +      },
      +      "schema": {
      +        "type": "object"
      +      },
      +      "since": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "tool": {
      +        "type": "string"
      +      },
      +      "unavailable_mints": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "unverified_event": {
      +        "type": [
      +          "object",
      +          "null"
      +        ]
      +      },
      +      "window_s": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "ok",
      +      "error"
      +    ],
      +    "title": "Refusal",
      +    "type": "object"
      +  }
      +]
    • addedOutput schema / description
      Added value: +"One of three shapes. Success (isError false): the JSON envelope {ok, schema_version, generated_at, t, coverage, data, meta}. isError true: the x402 PaymentRequired {x402Version 2, resource, accepts[, error]} (pay and call again) or a refusal {ok: false, error, message, charged: false}; neither is charged."
    • removedOutput schema / properties
      Removed value: -{
      -  "coverage": {
      -    "enum": [
      -      "full",
      -      "thin"
      -    ],
      -    "title": "Coverage",
      -    "type": "string"
      -  },
      -  "data": {
      -    "properties": {
      -      "count": {
      -        "maximum": 25,
      -        "minimum": 1,
      -        "title": "Count",
      -        "type": "integer"
      -      },
      -      "covered": {
      -        "maximum": 25,
      -        "minimum": 1,
      -        "title": "Covered",
      -        "type": "integer"
      -      },
      -      "items": {
      -        "items": {
      -          "anyOf": [
      -            {
      -              "properties": {
      -                "buyer_flow": {
      -                  "properties": {
      -                    "buys_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Buys 60S"
      -                    },
      -                    "inflow_stalled": {
      -                      "anyOf": [
      -                        {
      -                          "type": "boolean"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Inflow Stalled"
      -                    },
      -                    "net_sol_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Net Sol 60S"
      -                    },
      -                    "sells_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Sells 60S"
      -                    },
      -                    "unique_buyers_60s": {
      -                      "anyOf": [
      -                        {
      -                          "type": "integer"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Unique Buyers 60S"
      -                    }
      -                  },
      -                  "required": [
      -                    "unique_buyers_60s",
      -                    "buys_60s",
      -                    "sells_60s",
      -                    "net_sol_60s",
      -                    "inflow_stalled"
      -                  ],
      -                  "title": "BuyerFlow",
      -                  "type": "object"
      -                },
      -                "concentration": {
      -                  "properties": {
      -                    "bundle_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Bundle Share"
      -                    },
      -                    "dev_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Dev Share"
      -                    },
      -                    "insider_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Insider Share"
      -                    },
      -                    "top5_share": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Top5 Share"
      -                    }
      -                  },
      -                  "required": [
      -                    "top5_share",
      -                    "dev_share",
      -                    "bundle_share",
      -                    "insider_share"
      -                  ],
      -                  "title": "Concentration",
      -                  "type": "object"
      -                },
      -                "coverage": {
      -                  "const": "full",
      -                  "title": "Coverage",
      -                  "type": "string"
      -                },
      -                "curve": {
      -                  "properties": {
      -                    "drawdown_from_peak": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Drawdown From Peak"
      -                    },
      -                    "graduated": {
      -                      "anyOf": [
      -                        {
      -                          "type": "boolean"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Graduated"
      -                    },
      -                    "peak_rs_sol": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Peak Rs Sol"
      -                    },
      -                    "rs_sol": {
      -                      "anyOf": [
      -                        {
      -                          "type": "number"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ],
      -                      "title": "Rs Sol"
      -                    }
      -                  },
      -                  "required": [
      -                    "rs_sol",
      -                    "peak_rs_sol",
      -                    "drawdown_from_peak",
      -                    "graduated"
      -                  ],
      -                  "title": "Curve",
      -                  "type": "object"
      -                },
      -                "findings": {
      -                  "items": {
      -                    "properties": {
      -                      "code": {
      -                        "title": "Code",
      -                        "type": "string"
      -                      },
      -                      "evidence": {
      -                        "additionalProperties": true,
      -                        "title": "Evidence",
      -                        "type": "object"
      -                      },
      -                      "first_seen_at": {
      -                        "anyOf": [
      -                          {
      -                            "type": "number"
      -                          },
      -                          {
      -                            "type": "null"
      -                          }
      -                        ],
      -                        "title": "First Seen At"
      -                      }
      -                    },
      -                    "required": [
      -                      "code",
      -                      "first_seen_at",
      -                      "evidence"
      -                    ],
      -                    "title": "Finding",
      -                    "type": "object"
      -                  },
      -                  "title": "Findings",
      -                  "type": "array"
      -                },
      -                "full_card_url": {
      -                  "title": "Full Card Url",
      -                  "type": "string"
      -                },
      -                "last_trade_at": {
      -                  "anyOf": [
      -                    {
      -                      "type": "number"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "title": "Last Trade At"
      -                },
      -                "lifecycle": {
      -                  "title": "Lifecycle",
      -                  "type": "string"
      -                },
      -                "links": {
      -                  "anyOf": [
      -                    {
      -                      "properties": {
      -                        "axiom": {
      -                          "title": "Axiom",
      -                          "type": "string"
      -                        },
      -                        "dexscreener": {
      -                          "title": "Dexscreener",
      -                          "type": "string"
      -                        },
      -                        "gmgn": {
      -                          "title": "Gmgn",
      -                          "type": "string"
      -                        },
      -                        "jupiter": {
      -                          "title": "Jupiter",
      -                          "type": "string"
      -                        },
      -                        "note": {
      -                          "title": "Note",
      -                          "type": "string"
      -                        },
      -                        "photon": {
      -                          "title": "Photon",
      -                          "type": "string"
      -                        },
      -                        "pumpfun": {
      -                          "title": "Pumpfun",
      -                          "type": "string"
      -                        }
      -                      },
      -                      "required": [
      -                        "pumpfun",
      -                        "dexscreener",
      -                        "jupiter",
      -                        "gmgn",
      -                        "axiom",
      -                        "photon",
      -                        "note"
      -                      ],
      -                      "title": "TradeLinks",
      -                      "type": "object"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "default": null,
      -                  "description": "Open this mint on pump.fun, DexScreener, Jupiter, GMGN, Axiom or Photon through a free redirect; no referral code, no fee."
      -                },
      -                "mint": {
      -                  "title": "Mint",
      -                  "type": "string"
      -                },
      -                "probabilities": {
      -                  "anyOf": [
      -                    {
      -                      "properties": {
      -                        "base_rate_same_age": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Base Rate Same Age"
      -                        },
      -                        "calibration": {
      -                          "title": "Calibration",
      -                          "type": "string"
      -                        },
      -                        "diagnostics": {
      -                          "anyOf": [
      -                            {
      -                              "additionalProperties": true,
      -                              "type": "object"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Diagnostics"
      -                        },
      -                        "features_used": {
      -                          "anyOf": [
      -                            {
      -                              "additionalProperties": true,
      -                              "type": "object"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Features Used"
      -                        },
      -                        "horizon_s": {
      -                          "title": "Horizon S",
      -                          "type": "integer"
      -                        },
      -                        "model": {
      -                          "title": "Model",
      -                          "type": "string"
      -                        },
      -                        "reason": {
      -                          "anyOf": [
      -                            {
      -                              "type": "string"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Reason"
      -                        },
      -                        "recalibration": {
      -                          "anyOf": [
      -                            {
      -                              "type": "string"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Recalibration"
      -                        },
      -                        "rug_within_300s": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Rug Within 300S"
      -                        },
      -                        "rug_within_300s_basis": {
      -                          "anyOf": [
      -                            {
      -                              "type": "string"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Rug Within 300S Basis"
      -                        },
      -                        "rug_within_300s_reason": {
      -                          "anyOf": [
      -                            {
      -                              "type": "string"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "Rug Within 300S Reason"
      -                        },
      -                        "true_graduation": {
      -                          "anyOf": [
      -                            {
      -                              "type": "number"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "True Graduation"
      -                        },
      -                        "true_graduation_reason": {
      -                          "anyOf": [
      -                            {
      -                              "type": "string"
      -                            },
      -                            {
      -                              "type": "null"
      -                            }
      -                          ],
      -                          "default": null,
      -                          "title": "True Graduation Reason"
      -                        }
      -                      },
      -                      "required": [
      -                        "model",
      -                        "calibration",
      -                        "horizon_s"
      -                      ],
      -                      "title": "Probabilities",
      -                      "type": "object"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "default": null
      -                },
      -                "risk_label": {
      -                  "title": "Risk Label",
      -                  "type": "string"
      -                },
      -                "snapshot_slot": {
      -                  "anyOf": [
      -                    {
      -                      "type": "integer"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ],
      -                  "description": "Latest observed slot for this mint, not the slot of every finding.",
      -                  "title": "Snapshot Slot"
      -                },
      -                "status": {
      -                  "enum": [
      -                    "flags_observed",
      -                    "no_flags_observed"
      -                  ],
      -                  "title": "Status",
      -                  "type": "string"
      -                },
      -                "verdict": {
      -                  "enum": [
      -                    "avoid",
      -                    "caution",
      -                    "no_flags_observed"
      -                  ],
      -                  "title": "Verdict",
      -                  "type": "string"
      -                },
      -                "verdict_basis": {
      -                  "items": {
      -                    "type": "string"
      -                  },
      -                  "title": "Verdict Basis",
      -                  "type": "array"
      -                }
      -              },
      -              "required": [
      -                "mint",
      -                "status",
      -                "lifecycle",
      -                "risk_label",
      -                "findings",
      -                "snapshot_slot",
      -                "last_trade_at",
      -                "concentration",
      -                "buyer_flow",
      -                "curve",
      -                "full_card_url",
      -                "coverage",
      -                "verdict",
      -                "verdict_basis"
      -              ],
      -              "title": "BatchCovered",
      -              "type": "object"
      -            },
      -            {
      -              "properties": {
      -                "coverage": {
      -                  "const": "unavailable",
      -                  "title": "Coverage",
      -                  "type": "string"
      -                },
      -                "mint": {
      -                  "title": "Mint",
      -                  "type": "string"
      -                },
      -                "reason": {
      -                  "title": "Reason",
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "mint",
      -                "coverage",
      -                "reason"
      -              ],
      -              "title": "BatchUnavailable",
      -              "type": "object"
      -            }
      -          ]
      -        },
      -        "maxItems": 25,
      -        "minItems": 1,
      -        "title": "Items",
      -        "type": "array"
      -      },
      -      "note": {
      -        "title": "Note",
      -        "type": "string"
      -      },
      -      "result_id": {
      -        "title": "Result Id",
      -        "type": "string"
      -      },
      -      "status": {
      -        "enum": [
      -          "flags_observed",
      -          "no_flags_observed"
      -        ],
      -        "title": "Status",
      -        "type": "string"
      -      },
      -      "unavailable": {
      -        "maximum": 24,
      -        "minimum": 0,
      -        "title": "Unavailable",
      -        "type": "integer"
      -      },
      -      "verdict_rule": {
      -        "title": "Verdict Rule",
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "result_id",
      -      "count",
      -      "covered",
      -      "unavailable",
      -      "items",
      -      "verdict_rule",
      -      "note"
      -    ],
      -    "title": "BatchData",
      -    "type": "object"
      -  },
      -  "generated_at": {
      -    "title": "Generated At",
      -    "type": "string"
      -  },
      -  "meta": {
      -    "additionalProperties": true,
      -    "title": "Meta",
      -    "type": "object"
      -  },
      -  "ok": {
      -    "const": true,
      -    "title": "Ok",
      -    "type": "boolean"
      -  },
      -  "schema_version": {
      -    "const": "2.0",
      -    "title": "Schema Version",
      -    "type": "string"
      -  },
      -  "t": {
      -    "title": "T",
      -    "type": "number"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "ok",
      -  "schema_version",
      -  "generated_at",
      -  "t",
      -  "coverage",
      -  "data",
      -  "meta"
      -]
    • removedOutput schema / title
      Removed value: -"BatchEnvelope"
  5. Added

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes far beyond the annotations (readOnly, idempotent, non-destructive) by disclosing pricing, charging conditions, refusal scenarios (none covered, >25 mints, malformed/repeated), coverage handling for mints outside the live window, and the disclaimer that no flags is not a safety guarantee. It also details the output items (market, authorities, verdict) which is not in the annotations or schema. This is exemplary behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence adds critical information: pricing, usage context, cost comparison, edge cases, output details, and disclaimers. It is a single paragraph without bullets, which reduces scannability, but it is not repetitive or padded. Given the complexity of the tool, the length is justified, though better formatting (e.g., bullet points) would improve structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with such intricate behavior—pricing tiers, coverage rules, charging conditions, refusal logic, and rich output—the description covers all aspects an agent needs to know before calling. It explains when to use it, what happens in edge cases, what the response contains, and safety disclaimers. The presence of an output schema further reduces the burden, but the description still provides comprehensive context, making it essentially complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage, describing the mints parameter as 'One to 25 distinct pump.fun mints, each a mint or a pump.fun/gmgn/solscan/birdeye link; a mint outside the live window is listed as coverage unavailable.' The description reiterates this but adds little new meaning beyond the schema. It mentions 'distinct' and 'repeated mint refused' but these are behavioral rather than parameter semantics. Baseline of 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: it performs a rug check on up to 25 pump.fun memecoins in a single call, with a specific price. It explicitly differentiates from the watchlist check by cost and batch size, and mentions 'No cursor' to contrast with the watchlist tool. This leaves no ambiguity about what it does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use this tool: 'Use when a screener checks a list of up to 25 pump.fun memecoins in one call and some may be outside the live window.' It also compares cost with the watchlist check and recommends the cheaper option based on mint count. It even notes that below 21 mints the watchlist is cheaper, providing clear routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources