INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

75 observations · Differences between dated observations.

schedule-tools.use.x402atlas.comTime interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.
https://schedule-tools.use.x402atlas.com/intervals-merge
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Source and evidence
{
  "description": "Time interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "intervals": {
                "description": "Intervals to sort and merge; duplicates are allowed",
                "items": {
                  "additionalProperties": false,
                  "description": "One RFC3339 whole-second half-open interval [start,end)",
                  "properties": {
                    "end": {
                      "description": "Exclusive RFC3339 instant after start",
                      "format": "date-time",
                      "type": "string"
                    },
                    "start": {
                      "description": "Inclusive RFC3339 instant",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "start",
                    "end"
                  ],
                  "type": "object"
                },
                "maxItems": 1000,
                "minItems": 0,
                "type": "array"
              },
              "merge_adjacent": {
                "default": true,
                "description": "Merge intervals that touch exactly as well as intervals that overlap",
                "type": "boolean"
              }
            },
            "required": [
              "intervals"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "_atlas": {
                "additionalProperties": false,
                "description": "Atlas documentation and related-route metadata added after deployment",
                "properties": {
                  "docs": {
                    "description": "Documentation URL for this bridge",
                    "format": "uri",
                    "maxLength": 512,
                    "type": "string"
                  },
                  "related": {
                    "description": "Bounded related Atlas routes",
                    "items": {
                      "additionalProperties": false,
                      "description": "One related Atlas route",
                      "properties": {
                        "bridge": {
                          "description": "Related bridge name",
                          "maxLength": 64,
                          "type": "string"
                        },
                        "docs": {
                          "description": "Related bridge documentation URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        },
                        "summary": {
                          "description": "Short capability summary",
                          "maxLength": 256,
                          "type": "string"
                        },
                        "url": {
                          "description": "Related route URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        }
                      },
                      "required": [
                        "bridge",
                        "url",
                        "docs",
                        "summary"
                      ],
                      "type": "object"
                    },
                    "maxItems": 3,
                    "type": "array"
                  }
                },
                "required": [
                  "docs"
                ],
                "type": "object"
              },
              "algorithm_version": {
                "const": "schedule-v1",
                "description": "Pinned interval merge contract",
                "type": "string"
              },
              "input_count": {
                "description": "Number of input intervals",
                "maximum": 1000,
                "minimum": 0,
                "type": "integer"
              },
              "intervals": {
                "description": "Sorted maximal UTC intervals; [] when input is empty",
                "items": {
                  "additionalProperties": false,
                  "description": "One normalized UTC half-open interval",
                  "properties": {
                    "end": {
                      "description": "Exclusive RFC3339 instant after start",
                      "format": "date-time",
                      "type": "string"
                    },
                    "start": {
                      "description": "Inclusive RFC3339 instant",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "start",
                    "end"
                  ],
                  "type": "object"
                },
                "maxItems": 1000,
                "minItems": 0,
                "type": "array"
              },
              "merge_adjacent": {
                "description": "Applied adjacency policy",
                "type": "boolean"
              },
              "operation": {
                "const": "intervals-merge",
                "description": "Stable route operation",
                "type": "string"
              },
              "output_count": {
                "description": "Number of maximal output intervals",
                "maximum": 1000,
                "minimum": 0,
                "type": "integer"
              },
              "total_covered_seconds": {
                "description": "Checked sum of output interval durations in seconds",
                "minimum": 0,
                "type": "integer"
              },
              "warnings": {
                "description": "Always empty for deterministic merging",
                "items": {
                  "description": "Warning",
                  "type": "string"
                },
                "maxItems": 0,
                "type": "array"
              }
            },
            "required": [
              "operation",
              "algorithm_version",
              "merge_adjacent",
              "input_count",
              "output_count",
              "intervals",
              "total_covered_seconds",
              "warnings"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:137",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:42161",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "5c49b3727f2ecf5980140f137166fc363e80dc2fda27abe232de415cfecd2f60",
  "service_id": "00f7587a99a8c8ffb2b1def72e5c7be14eeae8939d913c73d6979b8766891e87",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:46.38Z",
  "url": "https://schedule-tools.use.x402atlas.com/intervals-merge",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comRRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/rrule-expand
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Source and evidence
{
  "description": "RRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ambiguous_time": {
                "description": "Policy for repeated civil occurrences",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "dtstart_local": {
                "description": "Civil DTSTART in YYYY-MM-DDTHH:MM:SS",
                "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$",
                "type": "string"
              },
              "limit": {
                "description": "Maximum occurrences to return",
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "nonexistent_time": {
                "description": "Policy for skipped civil occurrences",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "rrule": {
                "description": "One RFC5545 RRULE using the documented bounded V1 subset",
                "maxLength": 2048,
                "minLength": 10,
                "type": "string"
              },
              "timezone": {
                "description": "UTC or IANA area/location name",
                "maxLength": 128,
                "minLength": 3,
                "type": "string"
              },
              "window_end": {
                "description": "Exclusive RFC3339 whole-second window end within the five- and ten-year ceilings",
                "format": "date-time",
                "type": "string"
              },
              "window_start": {
                "description": "Inclusive RFC3339 whole-second window start at or after DTSTART",
                "format": "date-time",
                "type": "string"
              }
            },
            "required": [
              "dtstart_local",
              "timezone",
              "rrule",
              "window_start",
              "window_end",
              "limit",
              "ambiguous_time",
              "nonexistent_time"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "_atlas": {
                "additionalProperties": false,
                "description": "Atlas documentation and related-route metadata added after deployment",
                "properties": {
                  "docs": {
                    "description": "Documentation URL for this bridge",
                    "format": "uri",
                    "maxLength": 512,
                    "type": "string"
                  },
                  "related": {
                    "description": "Bounded related Atlas routes",
                    "items": {
                      "additionalProperties": false,
                      "description": "One related Atlas route",
                      "properties": {
                        "bridge": {
                          "description": "Related bridge name",
                          "maxLength": 64,
                          "type": "string"
                        },
                        "docs": {
                          "description": "Related bridge documentation URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        },
                        "summary": {
                          "description": "Short capability summary",
                          "maxLength": 256,
                          "type": "string"
                        },
                        "url": {
                          "description": "Related route URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        }
                      },
                      "required": [
                        "bridge",
                        "url",
                        "docs",
                        "summary"
                      ],
                      "type": "object"
                    },
                    "maxItems": 3,
                    "type": "array"
                  }
                },
                "required": [
                  "docs"
                ],
                "type": "object"
              },
              "algorithm_version": {
                "const": "schedule-v1",
                "description": "Pinned RFC subset and timezone-resolution contract",
                "type": "string"
              },
              "ambiguous_time": {
                "description": "Applied DST-fold policy",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "dtstart_local": {
                "description": "Civil DTSTART anchor",
                "type": "string"
              },
              "go_toolchain_version": {
                "const": "go1.26.3",
                "description": "Reviewed Go toolchain",
                "type": "string"
              },
              "iana_tzdata_version": {
                "const": "2026a",
                "description": "Reviewed IANA timezone release",
                "type": "string"
              },
              "limit": {
                "description": "Maximum requested result count",
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "nonexistent_time": {
                "description": "Applied DST-gap policy",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "normalized_rrule": {
                "description": "Canonical supported RRULE parts and defaults",
                "type": "string"
              },
              "occurrence_count": {
                "description": "Number of returned occurrences",
                "maximum": 100,
                "minimum": 0,
                "type": "integer"
              },
              "occurrences": {
                "description": "Occurrences in ascending instant order; [] when none fall in the window",
                "items": {
                  "additionalProperties": false,
                  "description": "One resolved recurrence occurrence",
                  "properties": {
                    "local": {
                      "additionalProperties": false,
                      "description": "Localized representation",
                      "properties": {
                        "abbreviation": {
                          "description": "Display-only abbreviation",
                          "type": "string"
                        },
                        "local_time": {
                          "description": "RFC3339 local form with numeric offset",
                          "format": "date-time",
                          "type": "string"
                        },
                        "offset_seconds": {
                          "description": "UTC offset seconds",
                          "maximum": 86400,
                          "minimum": -86400,
                          "type": "integer"
                        },
                        "timezone": {
                          "description": "IANA timezone",
                          "type": "string"
                        }
                      },
                      "required": [
                        "local_time",
                        "timezone",
                        "offset_seconds",
                        "abbreviation"
                      ],
                      "type": "object"
                    },
                    "utc": {
                      "description": "UTC instant",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "utc",
                    "local"
                  ],
                  "type": "object"
                },
                "maxItems": 100,
                "type": "array"
              },
              "operation": {
                "const": "rrule-expand",
                "description": "Stable route operation",
                "type": "string"
              },
              "timezone": {
                "description": "IANA timezone used for recurrence resolution",
                "type": "string"
              },
              "tzdata_source": {
                "const": "bridge-embedded",
                "description": "Timezone data source",
                "type": "string"
              },
              "warnings": {
                "description": "Distinct DST gap shift warnings; [] when no shift occurred",
                "items": {
                  "description": "Warning",
                  "type": "string"
                },
                "maxItems": 100,
                "type": "array"
              },
              "window_end": {
                "description": "Normalized exclusive UTC window end",
                "format": "date-time",
                "type": "string"
              },
              "window_start": {
                "description": "Normalized inclusive UTC window start",
                "format": "date-time",
                "type": "string"
              },
              "work": {
                "additionalProperties": false,
                "description": "Cooperative bounded-iteration counters",
                "properties": {
                  "candidate_occurrences": {
                    "description": "Rule occurrences emitted before window filtering",
                    "maximum": 100000,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "combination_checks": {
                    "description": "Rule-period and BY-part checks",
                    "maximum": 1000000,
                    "minimum": 0,
                    "type": "integer"
                  },
                  "periods_checked": {
                    "description": "Frequency periods visited",
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "candidate_occurrences",
                  "combination_checks",
                  "periods_checked"
                ],
                "type": "object"
              }
            },
            "required": [
              "operation",
              "algorithm_version",
              "tzdata_source",
              "go_toolchain_version",
              "iana_tzdata_version",
              "dtstart_local",
              "timezone",
              "normalized_rrule",
              "window_start",
              "window_end",
              "limit",
              "ambiguous_time",
              "nonexistent_time",
              "occurrences",
              "occurrence_count",
              "work",
              "warnings"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:137",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:42161",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "aa4dba46e2802f980ba94907c5480f173d4c871793813989ded1f1116f94a331",
  "service_id": "0b351f38d749794b21bbe8263190b74e614d0d485df01675b789553fd4d043a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:47.461Z",
  "url": "https://schedule-tools.use.x402atlas.com/rrule-expand",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comMeeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.
https://schedule-tools.use.x402atlas.com/availability-intersect
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Source and evidence
{
  "description": "Meeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "minimum_duration_seconds": {
                "description": "Minimum returned common-slot duration in whole seconds",
                "maximum": 315576000,
                "minimum": 1,
                "type": "integer"
              },
              "participants": {
                "description": "Participant calendars to intersect; at most 512 intervals total",
                "items": {
                  "additionalProperties": false,
                  "description": "One participant's explicit availability",
                  "properties": {
                    "id": {
                      "description": "Unique printable participant identifier",
                      "maxLength": 64,
                      "minLength": 1,
                      "type": "string"
                    },
                    "intervals": {
                      "description": "Available intervals; [] means no availability",
                      "items": {
                        "additionalProperties": false,
                        "description": "One explicit available half-open interval",
                        "properties": {
                          "end": {
                            "description": "Exclusive RFC3339 instant after start",
                            "format": "date-time",
                            "type": "string"
                          },
                          "start": {
                            "description": "Inclusive RFC3339 instant",
                            "format": "date-time",
                            "type": "string"
                          }
                        },
                        "required": [
                          "start",
                          "end"
                        ],
                        "type": "object"
                      },
                      "maxItems": 64,
                      "minItems": 0,
                      "type": "array"
                    },
                    "mode": {
                      "const": "available",
                      "description": "V1 accepts explicit available intervals only",
                      "type": "string"
                    }
                  },
                  "required": [
                    "id",
                    "mode",
                    "intervals"
                  ],
                  "type": "object"
                },
                "maxItems": 20,
                "minItems": 2,
                "type": "array"
              },
              "window_end": {
                "description": "Exclusive RFC3339 query-window end, at most ten years after start",
                "format": "date-time",
                "type": "string"
              },
              "window_start": {
                "description": "Inclusive RFC3339 query-window start",
                "format": "date-time",
                "type": "string"
              }
            },
            "required": [
              "participants",
              "window_start",
              "window_end",
              "minimum_duration_seconds"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "_atlas": {
                "additionalProperties": false,
                "description": "Atlas documentation and related-route metadata added after deployment",
                "properties": {
                  "docs": {
                    "description": "Documentation URL for this bridge",
                    "format": "uri",
                    "maxLength": 512,
                    "type": "string"
                  },
                  "related": {
                    "description": "Bounded related Atlas routes",
                    "items": {
                      "additionalProperties": false,
                      "description": "One related Atlas route",
                      "properties": {
                        "bridge": {
                          "description": "Related bridge name",
                          "maxLength": 64,
                          "type": "string"
                        },
                        "docs": {
                          "description": "Related bridge documentation URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        },
                        "summary": {
                          "description": "Short capability summary",
                          "maxLength": 256,
                          "type": "string"
                        },
                        "url": {
                          "description": "Related route URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        }
                      },
                      "required": [
                        "bridge",
                        "url",
                        "docs",
                        "summary"
                      ],
                      "type": "object"
                    },
                    "maxItems": 3,
                    "type": "array"
                  }
                },
                "required": [
                  "docs"
                ],
                "type": "object"
              },
              "algorithm_version": {
                "const": "schedule-v1",
                "description": "Pinned availability intersection contract",
                "type": "string"
              },
              "minimum_duration_seconds": {
                "description": "Applied minimum duration",
                "minimum": 1,
                "type": "integer"
              },
              "operation": {
                "const": "availability-intersect",
                "description": "Stable route operation",
                "type": "string"
              },
              "participant_count": {
                "description": "Number of participants intersected",
                "maximum": 20,
                "minimum": 2,
                "type": "integer"
              },
              "participant_ids": {
                "description": "Participant identifiers in request order",
                "items": {
                  "description": "Participant identifier",
                  "type": "string"
                },
                "maxItems": 20,
                "minItems": 2,
                "type": "array"
              },
              "slot_count": {
                "description": "Number of returned slots",
                "maximum": 512,
                "minimum": 0,
                "type": "integer"
              },
              "slots": {
                "description": "Sorted maximal common slots meeting the minimum; [] means none",
                "items": {
                  "additionalProperties": false,
                  "description": "One maximal common UTC slot",
                  "properties": {
                    "end": {
                      "description": "Exclusive RFC3339 instant after start",
                      "format": "date-time",
                      "type": "string"
                    },
                    "start": {
                      "description": "Inclusive RFC3339 instant",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "start",
                    "end"
                  ],
                  "type": "object"
                },
                "maxItems": 512,
                "type": "array"
              },
              "warnings": {
                "description": "Always empty for deterministic intersection",
                "items": {
                  "description": "Warning",
                  "type": "string"
                },
                "maxItems": 0,
                "type": "array"
              },
              "window": {
                "additionalProperties": false,
                "description": "Normalized UTC query window",
                "properties": {
                  "end": {
                    "description": "Exclusive RFC3339 instant after start",
                    "format": "date-time",
                    "type": "string"
                  },
                  "start": {
                    "description": "Inclusive RFC3339 instant",
                    "format": "date-time",
                    "type": "string"
                  }
                },
                "required": [
                  "start",
                  "end"
                ],
                "type": "object"
              }
            },
            "required": [
              "operation",
              "algorithm_version",
              "participant_ids",
              "participant_count",
              "window",
              "minimum_duration_seconds",
              "slots",
              "slot_count",
              "warnings"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:137",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:42161",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "d4e35ca1771c045145ef6f9e2d0342087d6ff2b8170533850fedd0799dc9612a",
  "service_id": "51fdcff4528b1f75c3690bed4da50e193b20d6fa91239eb5cd804ac242e99f71",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:44.861Z",
  "url": "https://schedule-tools.use.x402atlas.com/availability-intersect",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comCron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/cron-next
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Source and evidence
{
  "description": "Cron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "after": {
                "description": "Exclusive RFC3339 whole-second instant",
                "format": "date-time",
                "type": "string"
              },
              "ambiguous_time": {
                "description": "Policy for a repeated generated civil minute",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "count": {
                "description": "Number of future occurrences to return",
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "expression": {
                "description": "Five numeric POSIX fields; supports *, lists, ranges, and steps; */n retains wildcard DOM/DOW semantics and x/n expands through the field maximum",
                "maxLength": 256,
                "minLength": 9,
                "type": "string"
              },
              "nonexistent_time": {
                "description": "Policy for a skipped generated civil minute",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "timezone": {
                "description": "UTC or IANA area/location name",
                "maxLength": 128,
                "minLength": 3,
                "type": "string"
              }
            },
            "required": [
              "expression",
              "timezone",
              "after",
              "count",
              "ambiguous_time",
              "nonexistent_time"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "_atlas": {
                "additionalProperties": false,
                "description": "Atlas documentation and related-route metadata added after deployment",
                "properties": {
                  "docs": {
                    "description": "Documentation URL for this bridge",
                    "format": "uri",
                    "maxLength": 512,
                    "type": "string"
                  },
                  "related": {
                    "description": "Bounded related Atlas routes",
                    "items": {
                      "additionalProperties": false,
                      "description": "One related Atlas route",
                      "properties": {
                        "bridge": {
                          "description": "Related bridge name",
                          "maxLength": 64,
                          "type": "string"
                        },
                        "docs": {
                          "description": "Related bridge documentation URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        },
                        "summary": {
                          "description": "Short capability summary",
                          "maxLength": 256,
                          "type": "string"
                        },
                        "url": {
                          "description": "Related route URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        }
                      },
                      "required": [
                        "bridge",
                        "url",
                        "docs",
                        "summary"
                      ],
                      "type": "object"
                    },
                    "maxItems": 3,
                    "type": "array"
                  }
                },
                "required": [
                  "docs"
                ],
                "type": "object"
              },
              "after": {
                "description": "Normalized exclusive lower-bound UTC instant",
                "format": "date-time",
                "type": "string"
              },
              "algorithm_version": {
                "const": "schedule-v1",
                "description": "Pinned POSIX cron and timezone-resolution contract",
                "type": "string"
              },
              "ambiguous_time": {
                "description": "Applied DST-fold policy",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "candidate_minutes_checked": {
                "description": "Civil candidate minutes checked before producing the result",
                "maximum": 2000000,
                "minimum": 1,
                "type": "integer"
              },
              "count": {
                "description": "Requested and returned occurrence count",
                "maximum": 100,
                "minimum": 1,
                "type": "integer"
              },
              "expression": {
                "description": "Normalized five-field cron expression",
                "type": "string"
              },
              "go_toolchain_version": {
                "const": "go1.26.3",
                "description": "Reviewed Go toolchain",
                "type": "string"
              },
              "iana_tzdata_version": {
                "const": "2026a",
                "description": "Reviewed IANA timezone release",
                "type": "string"
              },
              "nonexistent_time": {
                "description": "Applied DST-gap policy",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "occurrences": {
                "description": "Requested occurrences in ascending instant order",
                "items": {
                  "additionalProperties": false,
                  "description": "One resolved scheduled occurrence",
                  "properties": {
                    "local": {
                      "additionalProperties": false,
                      "description": "Localized representation",
                      "properties": {
                        "abbreviation": {
                          "description": "Display-only abbreviation",
                          "type": "string"
                        },
                        "local_time": {
                          "description": "RFC3339 local form with numeric offset",
                          "format": "date-time",
                          "type": "string"
                        },
                        "offset_seconds": {
                          "description": "UTC offset seconds",
                          "maximum": 86400,
                          "minimum": -86400,
                          "type": "integer"
                        },
                        "timezone": {
                          "description": "IANA timezone",
                          "type": "string"
                        }
                      },
                      "required": [
                        "local_time",
                        "timezone",
                        "offset_seconds",
                        "abbreviation"
                      ],
                      "type": "object"
                    },
                    "utc": {
                      "description": "UTC instant",
                      "format": "date-time",
                      "type": "string"
                    }
                  },
                  "required": [
                    "utc",
                    "local"
                  ],
                  "type": "object"
                },
                "maxItems": 100,
                "minItems": 1,
                "type": "array"
              },
              "operation": {
                "const": "cron-next",
                "description": "Stable route operation",
                "type": "string"
              },
              "timezone": {
                "description": "IANA timezone used for civil matching",
                "type": "string"
              },
              "tzdata_source": {
                "const": "bridge-embedded",
                "description": "Timezone data source",
                "type": "string"
              },
              "warnings": {
                "description": "Distinct DST gap shift warnings; [] when no shift occurred",
                "items": {
                  "description": "Warning",
                  "type": "string"
                },
                "maxItems": 100,
                "type": "array"
              }
            },
            "required": [
              "operation",
              "algorithm_version",
              "tzdata_source",
              "go_toolchain_version",
              "iana_tzdata_version",
              "expression",
              "timezone",
              "after",
              "count",
              "ambiguous_time",
              "nonexistent_time",
              "candidate_minutes_checked",
              "occurrences",
              "warnings"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:137",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:42161",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "29c69a00a73267a9758f132db4ecbf130103a30db6b480c528ae5a9b3cdd07e2",
  "service_id": "ee56f09e4b08c1829b087306d234d18c5c2117bfd32dbaeb531af9a21f6118c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:45.696Z",
  "url": "https://schedule-tools.use.x402atlas.com/cron-next",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTimezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
https://schedule-tools.use.x402atlas.com/timezone-convert
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:1375000 atomic units0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
eip155:421615000 atomic units0xaf88d065e77c8cC2239327C5EDb3A432268e5831Not specifiedexact0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2
Source and evidence
{
  "description": "Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "ambiguous_time": {
                "description": "Policy for a repeated civil time",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "destination_timezone": {
                "description": "UTC or destination IANA area/location name",
                "maxLength": 128,
                "minLength": 3,
                "type": "string"
              },
              "local_time": {
                "description": "Civil timestamp in YYYY-MM-DDTHH:MM:SS",
                "pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$",
                "type": "string"
              },
              "nonexistent_time": {
                "description": "Policy for a skipped civil time",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "source_timezone": {
                "description": "UTC or source IANA area/location name",
                "maxLength": 128,
                "minLength": 3,
                "type": "string"
              }
            },
            "required": [
              "local_time",
              "source_timezone",
              "destination_timezone",
              "ambiguous_time",
              "nonexistent_time"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "_atlas": {
                "additionalProperties": false,
                "description": "Atlas documentation and related-route metadata added after deployment",
                "properties": {
                  "docs": {
                    "description": "Documentation URL for this bridge",
                    "format": "uri",
                    "maxLength": 512,
                    "type": "string"
                  },
                  "related": {
                    "description": "Bounded related Atlas routes",
                    "items": {
                      "additionalProperties": false,
                      "description": "One related Atlas route",
                      "properties": {
                        "bridge": {
                          "description": "Related bridge name",
                          "maxLength": 64,
                          "type": "string"
                        },
                        "docs": {
                          "description": "Related bridge documentation URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        },
                        "summary": {
                          "description": "Short capability summary",
                          "maxLength": 256,
                          "type": "string"
                        },
                        "url": {
                          "description": "Related route URL",
                          "format": "uri",
                          "maxLength": 512,
                          "type": "string"
                        }
                      },
                      "required": [
                        "bridge",
                        "url",
                        "docs",
                        "summary"
                      ],
                      "type": "object"
                    },
                    "maxItems": 3,
                    "type": "array"
                  }
                },
                "required": [
                  "docs"
                ],
                "type": "object"
              },
              "algorithm_version": {
                "const": "schedule-v1",
                "description": "Pinned timezone-resolution contract",
                "type": "string"
              },
              "ambiguous_time": {
                "description": "Applied fold policy",
                "enum": [
                  "earlier",
                  "later",
                  "reject"
                ],
                "type": "string"
              },
              "destination": {
                "additionalProperties": false,
                "description": "One localized representation of the resolved instant",
                "properties": {
                  "abbreviation": {
                    "description": "Display-only timezone abbreviation",
                    "type": "string"
                  },
                  "local_time": {
                    "description": "RFC3339 local form with numeric offset",
                    "format": "date-time",
                    "type": "string"
                  },
                  "offset_seconds": {
                    "description": "UTC offset in seconds",
                    "maximum": 86400,
                    "minimum": -86400,
                    "type": "integer"
                  },
                  "timezone": {
                    "description": "IANA timezone name",
                    "type": "string"
                  }
                },
                "required": [
                  "local_time",
                  "timezone",
                  "offset_seconds",
                  "abbreviation"
                ],
                "type": "object"
              },
              "destination_timezone": {
                "description": "Destination IANA timezone",
                "type": "string"
              },
              "go_toolchain_version": {
                "const": "go1.26.3",
                "description": "Reviewed Go toolchain carrying the embedded data",
                "type": "string"
              },
              "iana_tzdata_version": {
                "const": "2026a",
                "description": "Reviewed IANA timezone database release",
                "type": "string"
              },
              "input_local": {
                "description": "Original civil timestamp",
                "type": "string"
              },
              "nonexistent_time": {
                "description": "Applied gap policy",
                "enum": [
                  "reject",
                  "shift_forward"
                ],
                "type": "string"
              },
              "operation": {
                "const": "timezone-convert",
                "description": "Stable route operation",
                "type": "string"
              },
              "resolved_utc": {
                "description": "Resolved UTC instant",
                "format": "date-time",
                "type": "string"
              },
              "source": {
                "additionalProperties": false,
                "description": "One localized representation of the resolved instant",
                "properties": {
                  "abbreviation": {
                    "description": "Display-only timezone abbreviation",
                    "type": "string"
                  },
                  "local_time": {
                    "description": "RFC3339 local form with numeric offset",
                    "format": "date-time",
                    "type": "string"
                  },
                  "offset_seconds": {
                    "description": "UTC offset in seconds",
                    "maximum": 86400,
                    "minimum": -86400,
                    "type": "integer"
                  },
                  "timezone": {
                    "description": "IANA timezone name",
                    "type": "string"
                  }
                },
                "required": [
                  "local_time",
                  "timezone",
                  "offset_seconds",
                  "abbreviation"
                ],
                "type": "object"
              },
              "source_timezone": {
                "description": "Source IANA timezone",
                "type": "string"
              },
              "tzdata_source": {
                "const": "bridge-embedded",
                "description": "Timezone data source",
                "type": "string"
              },
              "warnings": {
                "description": "DST shift warnings; empty when no shift was required",
                "items": {
                  "description": "Human-readable warning",
                  "type": "string"
                },
                "maxItems": 1,
                "type": "array"
              }
            },
            "required": [
              "operation",
              "algorithm_version",
              "tzdata_source",
              "go_toolchain_version",
              "iana_tzdata_version",
              "input_local",
              "source_timezone",
              "destination_timezone",
              "ambiguous_time",
              "nonexistent_time",
              "resolved_utc",
              "source",
              "destination",
              "warnings"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:137",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "5000",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "merchant": "x402Atlas",
        "name": "USD Coin",
        "tier": "standard",
        "version": "2"
      },
      "network": "eip155:42161",
      "pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "5d10dfde203fcaca2f4ae6babc1edae4bc5b6254a3d6404e7ddd6898199cc8fa",
  "service_id": "f3feec1d2ac7733a0d29ccf7c1e0418e72775bbd015986b2b9072a894d3b6a65",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:48.279Z",
  "url": "https://schedule-tools.use.x402atlas.com/timezone-convert",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTime interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.
https://schedule-tools.use.x402atlas.com/intervals-merge

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Time interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "43e5f0d916ff30b2",
  "service_id": "00f7587a99a8c8ffb2b1def72e5c7be14eeae8939d913c73d6979b8766891e87",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:46.38Z",
  "url": "https://schedule-tools.use.x402atlas.com/intervals-merge",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comRRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/rrule-expand

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "RRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "ab520501d6f5f6af",
  "service_id": "0b351f38d749794b21bbe8263190b74e614d0d485df01675b789553fd4d043a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:47.461Z",
  "url": "https://schedule-tools.use.x402atlas.com/rrule-expand",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comMeeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.
https://schedule-tools.use.x402atlas.com/availability-intersect

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Meeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "0917f3acdb874e98",
  "service_id": "51fdcff4528b1f75c3690bed4da50e193b20d6fa91239eb5cd804ac242e99f71",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:44.861Z",
  "url": "https://schedule-tools.use.x402atlas.com/availability-intersect",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comCron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/cron-next

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Cron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "73703121c410d6a3",
  "service_id": "ee56f09e4b08c1829b087306d234d18c5c2117bfd32dbaeb531af9a21f6118c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:45.696Z",
  "url": "https://schedule-tools.use.x402atlas.com/cron-next",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTimezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
https://schedule-tools.use.x402atlas.com/timezone-convert

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "2eb62a03f49c48ee",
  "service_id": "f3feec1d2ac7733a0d29ccf7c1e0418e72775bbd015986b2b9072a894d3b6a65",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T06:32:48.279Z",
  "url": "https://schedule-tools.use.x402atlas.com/timezone-convert",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTime interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.
https://schedule-tools.use.x402atlas.com/intervals-merge

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Time interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "43e5f0d916ff30b2",
  "service_id": "00f7587a99a8c8ffb2b1def72e5c7be14eeae8939d913c73d6979b8766891e87",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T06:32:34.531Z",
  "url": "https://schedule-tools.use.x402atlas.com/intervals-merge",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comRRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/rrule-expand

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "RRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "ab520501d6f5f6af",
  "service_id": "0b351f38d749794b21bbe8263190b74e614d0d485df01675b789553fd4d043a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T06:32:35.338Z",
  "url": "https://schedule-tools.use.x402atlas.com/rrule-expand",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comMeeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.
https://schedule-tools.use.x402atlas.com/availability-intersect

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Meeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "0917f3acdb874e98",
  "service_id": "51fdcff4528b1f75c3690bed4da50e193b20d6fa91239eb5cd804ac242e99f71",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T06:32:33.311Z",
  "url": "https://schedule-tools.use.x402atlas.com/availability-intersect",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comCron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/cron-next

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Cron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "73703121c410d6a3",
  "service_id": "ee56f09e4b08c1829b087306d234d18c5c2117bfd32dbaeb531af9a21f6118c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T06:32:34.102Z",
  "url": "https://schedule-tools.use.x402atlas.com/cron-next",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTimezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
https://schedule-tools.use.x402atlas.com/timezone-convert

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "2eb62a03f49c48ee",
  "service_id": "f3feec1d2ac7733a0d29ccf7c1e0418e72775bbd015986b2b9072a894d3b6a65",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-15T06:32:36.023Z",
  "url": "https://schedule-tools.use.x402atlas.com/timezone-convert",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTime interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.
https://schedule-tools.use.x402atlas.com/intervals-merge

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Time interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786579200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "7ee72b76c13b250d2ea8d456075c0733901f8d65150536fa3d628d157d125da3",
  "schema_fingerprint": "43e5f0d916ff30b2",
  "service_id": "00f7587a99a8c8ffb2b1def72e5c7be14eeae8939d913c73d6979b8766891e87",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:08.455Z",
  "url": "https://schedule-tools.use.x402atlas.com/intervals-merge",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comRRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/rrule-expand

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "RRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786579200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "7ee72b76c13b250d2ea8d456075c0733901f8d65150536fa3d628d157d125da3",
  "schema_fingerprint": "ab520501d6f5f6af",
  "service_id": "0b351f38d749794b21bbe8263190b74e614d0d485df01675b789553fd4d043a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:09.395Z",
  "url": "https://schedule-tools.use.x402atlas.com/rrule-expand",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comMeeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.
https://schedule-tools.use.x402atlas.com/availability-intersect

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Meeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786579200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "7ee72b76c13b250d2ea8d456075c0733901f8d65150536fa3d628d157d125da3",
  "schema_fingerprint": "0917f3acdb874e98",
  "service_id": "51fdcff4528b1f75c3690bed4da50e193b20d6fa91239eb5cd804ac242e99f71",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:07.008Z",
  "url": "https://schedule-tools.use.x402atlas.com/availability-intersect",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comCron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/cron-next

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Cron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786579200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "7ee72b76c13b250d2ea8d456075c0733901f8d65150536fa3d628d157d125da3",
  "schema_fingerprint": "73703121c410d6a3",
  "service_id": "ee56f09e4b08c1829b087306d234d18c5c2117bfd32dbaeb531af9a21f6118c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:07.779Z",
  "url": "https://schedule-tools.use.x402atlas.com/cron-next",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTimezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
https://schedule-tools.use.x402atlas.com/timezone-convert

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786579200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "7ee72b76c13b250d2ea8d456075c0733901f8d65150536fa3d628d157d125da3",
  "schema_fingerprint": "2eb62a03f49c48ee",
  "service_id": "f3feec1d2ac7733a0d29ccf7c1e0418e72775bbd015986b2b9072a894d3b6a65",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:10.19Z",
  "url": "https://schedule-tools.use.x402atlas.com/timezone-convert",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTime interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.
https://schedule-tools.use.x402atlas.com/intervals-merge

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Time interval merger — sort, deduplicate, and combine overlapping or adjacent RFC 3339 date-time ranges.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786492800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "3552ce8f08481e26f7620973cd1eba95d5005923876cddbfdcf878b37f315aa6",
  "schema_fingerprint": "43e5f0d916ff30b2",
  "service_id": "00f7587a99a8c8ffb2b1def72e5c7be14eeae8939d913c73d6979b8766891e87",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:08.455Z",
  "url": "https://schedule-tools.use.x402atlas.com/intervals-merge",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comRRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/rrule-expand

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "RRULE recurrence expander — generate bounded RFC 5545 iCalendar occurrences in IANA timezones with windows, work limits, and daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786492800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "3552ce8f08481e26f7620973cd1eba95d5005923876cddbfdcf878b37f315aa6",
  "schema_fingerprint": "ab520501d6f5f6af",
  "service_id": "0b351f38d749794b21bbe8263190b74e614d0d485df01675b789553fd4d043a9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:09.395Z",
  "url": "https://schedule-tools.use.x402atlas.com/rrule-expand",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comMeeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.
https://schedule-tools.use.x402atlas.com/availability-intersect

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Meeting availability intersection — find maximal common free time slots across participant calendars within a bounded window.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786492800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "3552ce8f08481e26f7620973cd1eba95d5005923876cddbfdcf878b37f315aa6",
  "schema_fingerprint": "0917f3acdb874e98",
  "service_id": "51fdcff4528b1f75c3690bed4da50e193b20d6fa91239eb5cd804ac242e99f71",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:07.008Z",
  "url": "https://schedule-tools.use.x402atlas.com/availability-intersect",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comCron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.
https://schedule-tools.use.x402atlas.com/cron-next

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Cron next-run calculator — generate future times for bounded five-field POSIX cron schedules in IANA timezones with explicit daylight-saving (DST) policies.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786492800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "3552ce8f08481e26f7620973cd1eba95d5005923876cddbfdcf878b37f315aa6",
  "schema_fingerprint": "73703121c410d6a3",
  "service_id": "ee56f09e4b08c1829b087306d234d18c5c2117bfd32dbaeb531af9a21f6118c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:07.779Z",
  "url": "https://schedule-tools.use.x402atlas.com/cron-next",
  "usage_rights": "not_reviewed"
}
schedule-tools.use.x402atlas.comTimezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.
https://schedule-tools.use.x402atlas.com/timezone-convert

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Timezone converter — resolve civil-time daylight-saving (DST) folds or gaps and convert one local time between IANA zones.",
  "domain": "schedule-tools.use.x402atlas.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x8C128f1Ee62Bb5e47867CfbAe2ad89be325Df1b2",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1786492800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "3552ce8f08481e26f7620973cd1eba95d5005923876cddbfdcf878b37f315aa6",
  "schema_fingerprint": "2eb62a03f49c48ee",
  "service_id": "f3feec1d2ac7733a0d29ccf7c1e0418e72775bbd015986b2b9072a894d3b6a65",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-06T18:07:10.19Z",
  "url": "https://schedule-tools.use.x402atlas.com/timezone-convert",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON