{
  "name": "TinyVerb",
  "description": "Index of TinyVerb tools. Each entry is a separate agent with its own MCP endpoint and agent card; this card lists them.",
  "url": "https://tinyverb.com/",
  "version": "1.0.0",
  "documentationUrl": "https://tinyverb.com/llms.txt",
  "provider": {
    "organization": "TinyVerb",
    "url": "https://tinyverb.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "caffeine-clock",
      "name": "Caffeine Clock",
      "description": "See how much caffeine is still in your bloodstream, what is left at bedtime, and when you drop below your limit.",
      "tags": [
        "health",
        "caffeine-level"
      ]
    },
    {
      "id": "making-weight",
      "name": "Making Weight",
      "description": "Turns your stats and a goal weight with a date into the daily calorie target that gets there, and a verdict on whether that date is safely reachable.",
      "tags": [
        "health",
        "target"
      ]
    },
    {
      "id": "mandatory-minimum",
      "name": "Mandatory Minimum",
      "description": "Computes this year's required minimum distribution, its exact deadline, and the excise penalty for missing it, for anyone 73+ or holding an inherited IRA.",
      "tags": [
        "finance",
        "compute"
      ]
    },
    {
      "id": "under-pressure",
      "name": "Under Pressure",
      "description": "Turns a blood-pressure reading into its 2017 ACC/AHA category, how far it is from the next stage, and the recheck the guideline calls for.",
      "tags": [
        "health",
        "classify"
      ]
    }
  ],
  "agents": [
    {
      "name": "Caffeine Clock",
      "url": "https://caffeine-clock.tinyverb.com/mcp",
      "card": "https://caffeine-clock.tinyverb.com/.well-known/agent-card.json",
      "documentationUrl": "https://caffeine-clock.tinyverb.com/openapi.json",
      "llms": "https://caffeine-clock.tinyverb.com/llms.txt"
    },
    {
      "name": "Making Weight",
      "url": "https://making-weight.tinyverb.com/mcp",
      "card": "https://making-weight.tinyverb.com/.well-known/agent-card.json",
      "documentationUrl": "https://making-weight.tinyverb.com/openapi.json",
      "llms": "https://making-weight.tinyverb.com/llms.txt"
    },
    {
      "name": "Mandatory Minimum",
      "url": "https://mandatory-minimum.tinyverb.com/mcp",
      "card": "https://mandatory-minimum.tinyverb.com/.well-known/agent-card.json",
      "documentationUrl": "https://mandatory-minimum.tinyverb.com/openapi.json",
      "llms": "https://mandatory-minimum.tinyverb.com/llms.txt"
    },
    {
      "name": "Under Pressure",
      "url": "https://under-pressure.tinyverb.com/mcp",
      "card": "https://under-pressure.tinyverb.com/.well-known/agent-card.json",
      "documentationUrl": "https://under-pressure.tinyverb.com/openapi.json",
      "llms": "https://under-pressure.tinyverb.com/llms.txt"
    }
  ]
}
