changedInput schema / properties / q / description
Previous value: -"Free-text search over name, summary, description and tags"New value: +"Free-text relevance search over the listing name, summary, description, tags, category AND the tool names the seller's own MCP server reports (ADR-0067). Multi-word queries are SCORED, not matched literally: results come back best-first, and a listing must carry at least half your words to appear at all"
changedOutput schema / additionalProperties
Previous value: -falseNew value: +true
changedOutput schema / properties / services / items / additionalProperties
Previous value: -falseNew value: +true
addedOutput schema / properties / services / items / properties / callHint
Added value: +{
+ "description": "Plain-language instruction for how an agent invokes this listing, including what payment it needs and when it is charged",
+ "type": "string"
+}
addedOutput schema / properties / services / items / properties / sales
Added value: +{
+ "additionalProperties": false,
+ "description": "Per-listing traction, from FiatDock's own settlement records",
+ "properties": {
+ "customer": {
+ "description": "Settled paid calls from REAL buyers. 0 is published honestly rather than hidden — a number nobody can see cannot become the first sale",
+ "type": "number"
+ },
+ "lastSaleAt": {
+ "description": "ISO 8601 time of the most recent CUSTOMER sale. Absent when there has never been one, or when the sale predates this field — never back-filled from a seeded call",
+ "type": "string"
+ },
+ "seeded": {
+ "description": "Settled calls FiatDock itself paid to make the route discoverable in the CDP Bazaar index (ADR-0066). Never demand; reported beside `customer`, never folded into it",
+ "type": "number"
+ }
+ },
+ "required": [
+ "customer",
+ "seeded"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / services / items / properties / uptimeChecks
Added value: +{
+ "description": "How many checks that percentage is computed from (the ~6-hourly scan)",
+ "type": "number"
+}
addedOutput schema / properties / services / items / properties / uptimePct
Added value: +{
+ "description": "Share of FiatDock's periodic reachability checks this endpoint answered, as a percentage. ABSENT below 4 observations — one unlucky probe would read as 50% and condemn a listing published this morning",
+ "type": "number"
+}