FreshBooks
fresh_check
Return REUSE, REFETCH, or UNKNOWN before retrieving a URL again.
Remote gsterlingpress/fresh
Remote (network-hosted)
Other tools also called fresh_check?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"lastSeenAt": {
"type": "string"
},
"toleranceSeconds": {
"type": "number",
"minimum": 0
}
}
}