You're viewing a demo portfolio

Join the waitlist
PRSM

federation_catalog_version

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Return a fingerprint of the current catalog for a tenant — a cheap way to tell whether the catalog changed since your last read. Compare the returned catalog_version against the one embedded in a previous catalog_search _meta block; if different, re-run catalog_search to get current product_ids before acting on them (e.g. before order_create).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tenant_id"
  ],
  "properties": {
    "tenant_id": {
      "type": "string",
      "description": "Tenant ID to get the catalog version for"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →
federation_catalog_version — ComOS Federation Gateway — PRSM MCP