Gagelist
GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Gagelist connects with a single OAuth click - there is no token to paste. The first time an agent uses a Gagelist action, FlyMyAI asks you to authorize your Gagelist account. Approve it once and the connection is reused for every later run.
- Provider: Gagelist
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
GAGELIST_ADD_CALIBRATION_RECORD | Tool to add a new calibration record. Use when capturing calibration details for equipment in GageList. | - |
GAGELIST_ADD_GAGE_RECORD | Tool to add a new gage record. Use after gathering all required gage attributes to create a record. | SerialNumber |
GAGELIST_ADD_MANUFACTURER | Tool to add a new manufacturer. Use after gathering all manufacturer details. | Name |
GAGELIST_AUTHENTICATE_WITH_GAGELIST | Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests. | client_id, client_secret |
GAGELIST_DELETE_CALIBRATION_RECORD | Tool to delete a calibration record by its ID. Use when you need to remove an existing calibration record. Use after verifying the record exists. | id |
GAGELIST_DELETE_GAGE_RECORD | Tool to delete a gage record by its ID. Use when you need to remove a record after confirming the ID exists. | id |
GAGELIST_DELETE_MANUFACTURER | Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists. | id |
GAGELIST_GENERATE_CALIBRATION_CERTIFICATE | Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication. | id |
GAGELIST_GET_ACCOUNT_SETTINGS | Tool to get account settings. Use after successful authentication to retrieve user-specific settings. | - |
GAGELIST_GET_ACCOUNT_STATUS | Tool to retrieve account status. Use after authenticating with Gagelist. | - |
GAGELIST_GET_ALL_CALIBRATION_RECORDS | Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token. | start, record_number |
GAGELIST_GET_ALL_GAGE_RECORDS | Tool to retrieve a paginated list of gage records. Use after confirming the access token. | record_number |
GAGELIST_GET_ALL_MANUFACTURERS | Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps. | - |
GAGELIST_GET_ATTACHMENT | Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system. | id |
GAGELIST_GET_CUSTOM_FIELDS | Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication. | - |
GAGELIST_GET_SINGLE_CALIBRATION_RECORD | Tool to retrieve details of a single calibration record. Use when you need a specific record's detailed data. Ensure a valid Bearer token is set. | id |
GAGELIST_GET_SINGLE_GAGE_RECORD | Tool to get details of a single gage record by ID. Use after authentication to retrieve full record info. Example: GET_SINGLE_GAGE_RECORD(id=123) | id |
GAGELIST_UPDATE_ACCOUNT_SETTINGS | Tool to update account settings. Use after retrieving current settings to apply user preference changes. | AllType, AllInterval, AllCalibrationEnvironment, AllTypesMeasurement, AllUnitOfMeasure, AllConditionAquired, AllLocation, AllArea, AllCalibrationInstructions, AllStatuses, AllActiveStatuses, AllAssignees, AllLocalizations, DisplayFields, RequiredFields, MyTimeZone, DateFormat, CalibrationCertificatePDFSize, ViewExportFormat, UploadImageEnabled, Statement, NotificationType, NotificationDays, ReportToInclude, IncludeOverdue, Distributions, EmailSubject, IntroductionText, UpdatedDate, IncludeGageAssignees, EditableCalibratedBy |
GAGELIST_UPDATE_CUSTOM_FIELD_VALUES | Tool to update custom field values. Use when you need to set or modify custom field values for a gage or calibration record after authentication. | values |
GAGELIST_UPDATE_MANUFACTURER | Tool to update a manufacturer by its ID. Use after confirming the manufacturer exists. | Id |
GAGELIST_UPLOAD_ATTACHMENT_TO_GAGE_RECORD | Tool to upload an attachment to a gage record. Use when adding files to an existing gage record. | id, file_name, file |