Orrery.
← All Stars

public Star · 0.1.0

orrery/http-head

Fresh HTTP metadata for named allowlisted official targets.

Use this when

  • You need status/headers for an allowlisted official URL
  • You are checking freshness without downloading a body

Not for

  • Arbitrary URLs
  • POST or mutating requests
  • Full body retrieval

Inputs / Outputs

Inputs

NameTypeNotes
target string allowlisted named target

Outputs

NameTypeNotes
status integer
headers object
envelope signed-envelope

Example

{
  "method": "tools/call",
  "params": {
    "name": "head",
    "arguments": {
      "target": "python-3.14-whatsnew"
    }
  }
}

Tools

head Fetch fresh HTTP metadata for one allowlisted official target · schema
{
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "enum": [
        "python-3.14-whatsnew",
        "timeapi-utc"
      ],
      "default": "python-3.14-whatsnew",
      "description": "Named allowlisted official target; arbitrary URLs are rejected."
    }
  }
}

In constellations

No constellation references this Star yet.