{"name":"Fold Laboratories Art Catalogue","description":"An agent-native catalogue of original art from galleries and independent artists. Search by feel or by attribute, retrieve full provenance and edition structure, and check per-impression availability. Every attribute is as stated by the seller.","version":"0.1.0","supportedInterfaces":[{"url":"https://api.foldlaboratories.com/a2a/v1","protocolBinding":"JSONRPC","protocolVersion":"1.0"}],"provider":{"organization":"Fold Laboratories","url":"https://foldlaboratories.com"},"capabilities":{"streaming":true,"pushNotifications":false,"extendedAgentCard":false},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["application/json"],"securitySchemes":{"bearer":{"type":"http","scheme":"bearer","description":"Agent bearer token. Contact Fold Laboratories to be issued one. Discovery documents are public; catalogue access is not."}},"securityRequirements":[{"schemes":{"bearer":{"values":[]}}}],"skills":[{"id":"search-artworks","name":"Search artworks","description":"Semantic search over original artworks. Understands intent rather than keywords, so \"a moody blue seascape\" finds work no keyword search would. A budget written into the text is NOT applied — send it as maxPriceMinor in a data part of {\"skill\":\"search-artworks\",\"query\":...,\"maxPriceMinor\":...}, or results will fall outside the buyer’s range. The result reports whether the scan was exhaustive — do not tell a buyer it is everything unless it says so.","tags":["art","search","discovery","semantic"],"examples":["a pale minimal landscape, almost empty","an etching with artist proofs under $5000","something in encaustic with a lot of texture"],"inputModes":["text/plain","application/json"],"outputModes":["application/json"]},{"id":"get-artwork","name":"Get artwork detail","description":"Full detail for one artwork: seller-stated attributes, provenance, edition structure, and every impression as a separately priced listing. Send a data part of {\"skill\":\"get-artwork\",\"artworkId\":\"...\"}.","tags":["art","detail","provenance"],"examples":["{\"skill\":\"get-artwork\",\"artworkId\":\"6455ec71-5bef-4dd9-b56a-a6c54d2bd7e5\"}"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"check-availability","name":"Check impression availability","description":"Current availability for every impression of a work. An edition sells one impression at a time, so check this immediately before offering a specific one. Send {\"skill\":\"check-availability\",\"artworkId\":\"...\"}.","tags":["art","availability","editions"],"examples":["{\"skill\":\"check-availability\",\"artworkId\":\"6455ec71-5bef-4dd9-b56a-a6c54d2bd7e5\"}"],"inputModes":["application/json"],"outputModes":["application/json"]}]}