freshness_guard
ActiveTool of io.tooloracle/trustlayer
declared in 1.0.0
Check if data is current, stale, or expired. Prevents agent decisions based on outdated information. Configurable max age threshold.
Parameters schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Token symbol (optional — checks overall feed if omitted)"
},
"max_age_seconds": {
"type": "integer",
"default": 300,
"description": "Maximum acceptable age in seconds (default: 300)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.tooloracle/trustlayer
https://github.com/ToolOracle/trustlayer
1/7 registries