ToolAssay

Next-best habit recommendations (USDC on Base)

Next-best habit recommendations (USDC on Base).

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

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

Endpoint

POST https://api.mydev-tools.tech/agent/v1/habits/recommend

CategoryEverything else
Provider hostapi.mydev-tools.tech
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 593 ms

Example input (from the provider)

{
  "body": {
    "habits": [
      {
        "average_mood": 7.4,
        "best_streak": 21,
        "completion_rate": 0.72,
        "current_streak": 9,
        "energy_trend": "rising",
        "name": "Morning run"
      }
    ],
    "horizon_days": 35
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "description": "Caller-supplied habit summaries. Stateless: no identifier of any stored human user is accepted or resolved. Batch habits into one call \u2014 the price is per request, not per habit.",
          "properties": {
            "habits": {
              "items": {
                "properties": {
                  "average_mood": {
                    "maximum": 10,
                    "minimum": 1,
                    "type": "number"
                  },
                  "best_streak": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "completion_rate": {
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  },
                  "current_streak": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "energy_trend": {
                    "enum": [
                      "rising",
                      "stable",
                      "falling"
                    ],
                    "type": "string"
                  },
                  "mood_correlation": {
                    "maximum": 1,
                    "minimum": -1,
                    "type": "number"
                  },
                  "name": {
                    "type": "string"
                  },
                  "risk_score": {
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  }
                },
                "required": [
                  "name",
                  "completion_rate",
                  "current_streak",
                  "best_streak"
                ],
                "type": "object"
              },
              "maxItems": 25,
              "minItems": 1,
              "type": "array"
            },
            "horizon_days": {
              "default": 35,
              "maximum": 180,
              "minimum": 7,
              "type": "integer"
            },
            "locale": {
              "type": "string"
            },
            "persona": {
              "type": "string"
            }
          },
          "required": [
            "habits"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON