← back to Filemaker Mcp
config.json
18 lines
{
"_comment": "Whitelist of FileMaker Cloud files this connector may touch, plus the default Data API layout for each. The Data API reads/writes THROUGH a layout, so 'defaultLayout' should be a layout that exposes the fields we want Claude to see. Fill these in after running `fm layouts <db>`. A file not listed here is rejected by the connector.",
"databases": {
"Clients": {
"defaultLayout": "wALLPAPER oPTIONS",
"writable": true
},
"WALLPAPER": {
"defaultLayout": "Basic List of Fields",
"writable": true
},
"invoice": {
"defaultLayout": "Order Detail",
"writable": true,
"note": "LIVE \u2014 fmrest enabled; Order Detail exposes the denormalized 4-column line fields (Q1/Unit 1/DETAIL 1/NET 1 reps 1-4), PAID ON ACCOUNT editable, TOTAL/MERCH/NET DUE are calcs."
}
}
}