Gagelist

Integrate Gagelist with your AI workspace

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.

Explore Triggers and Actions

Add Calibration Record

Creates a new calibration record in GageList to document equipment calibration results. Use this tool to record calibration activities including test results, dates, technician info, and equipment condition. Can optionally link to an existing gage record via EquipmentRefId, or create a standalone calibration record. Supports detailed test data, attachments, and custom fields.

ActionTry it

Add Gage Record

Tool to add a new gage record. Use after gathering all required gage attributes to create a record.

ActionTry it

Add Manufacturer

Creates a new manufacturer record in the GageList calibration management system. A manufacturer represents the company that produces gages and measurement instruments. Use this action when you need to add a new manufacturer to the system for tracking and managing calibration records for their equipment. Returns the unique identifier of the newly created manufacturer record.

ActionTry it

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.

ActionTry it

Delete Calibration Record

Deletes a calibration record by its ID. This is a destructive operation that permanently removes the record. Verify the record exists before deletion.

ActionTry it

Delete Gage Record

Deletes a gage record by its ID. The record must exist in the system to be deleted successfully. This operation is destructive and cannot be undone.

ActionTry it

Delete Manufacturer

Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.

ActionTry it

Generate Calibration Certificate

Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.

ActionTry it

Get Account Settings

Tool to get account settings. Use after successful authentication to retrieve user-specific settings.

ActionTry it

Get account status

Tool to retrieve account status. Use after authenticating with Gagelist.

ActionTry it

Get all calibration records

Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.

ActionTry it

Get All Gage Records

Tool to retrieve a paginated list of gage records. Use after confirming the access token.

ActionTry it

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.

ActionTry it

Get Attachment

Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.

ActionTry it

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.

ActionTry it

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.

ActionTry it

Get Single Gage Record

Retrieves comprehensive details of a single gage/gauge record from GageList by its unique ID. Returns complete gage information including: serial number, control number, manufacturer details, calibration dates and intervals, measurement specifications (range, tolerance, unit of measure), location, responsible user, test templates, and attached files. Use this after obtaining a valid gage ID from GAGELIST_GET_ALL_GAGE_RECORDS or GAGELIST_ADD_GAGE_RECORD. Example: GetSingleGageRecord(id=123)

ActionTry it

Update Account Settings

Tool to update account settings. Use after retrieving current settings to apply user preference changes.

ActionTry it

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.

ActionTry it

Update Manufacturer

Tool to update a manufacturer by its ID. Use after confirming the manufacturer exists.

ActionTry it

Upload Attachment To Gage Record

Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.

ActionTry it