← All Stars
public Star · 0.1.0
orrery/world-time
Live UTC truth at call time; offline clones are stale.
Use this when
- You need a fresh UTC timestamp sealed in an Envelope
- You are proving that a clone cannot mint live clock evidence
- You want a liveness witness for a larger policy graph
Not for
- Historical time lookups
- Non-UTC local wall clocks
- Cached or offline clock packages
Inputs / Outputs
Outputs
| Name | Type | Notes |
|---|---|---|
dateTime |
string | UTC datetime from the live clock |
envelope |
signed-envelope | — |
Example
{
"method": "tools/call",
"params": {
"name": "answer",
"arguments": {}
}
}Tools
fetch
Fetch live UTC from the public clock API (signed at call time) · schema
{
"type": "object",
"properties": {}
}get
Get the live UTC reading (same live source as fetch) · schema
{
"type": "object",
"properties": {}
}answer
Answer with the live UTC datetime sealed in an Envelope · schema
{
"type": "object",
"properties": {}
}In constellations