What problem does it solve?
This Skill simplifies and standardizes interactions with the FileMaker Data API, abstracting away the complexities of authentication, session management, and request formatting.
Core Features & Use Cases
- CRUD Operations: Perform Create, Read, Update, and Delete operations on FileMaker records.
- Data Fetching: Efficiently retrieve single records, lists, or all records with flexible querying and sorting.
- Script Execution: Trigger FileMaker scripts directly from your application.
- Portal Data Access: Seamlessly work with related data in FileMaker portals.
- Schema Validation: Ensure data integrity with runtime validation against defined schemas.
- Use Case: Build a web application that displays and allows editing of customer records stored in FileMaker, including their associated order history, all managed through this client.
Quick Start
Use the fmdapi-client skill to find all active customers in the 'Customers' layout.