# Gagelist AI integration on Definable

> 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.

## What this connects

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.

Vendor: https://gagelist.com/

## Tools available

**21** tools available. First 12:

- `GAGELIST_ADD_CALIBRATION_RECORD` — 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.
- `GAGELIST_ADD_GAGE_RECORD` — Add Gage Record — Tool to add a new gage record. Use after gathering all required gage attributes to create a record.
- `GAGELIST_ADD_MANUFACTURER` — 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.
- `GAGELIST_AUTHENTICATE_WITH_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.
- `GAGELIST_DELETE_CALIBRATION_RECORD` — 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.
- `GAGELIST_DELETE_GAGE_RECORD` — 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.
- `GAGELIST_DELETE_MANUFACTURER` — Delete Manufacturer — Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.
- `GAGELIST_GENERATE_CALIBRATION_CERTIFICATE` — Generate Calibration Certificate — Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.
- `GAGELIST_GET_ACCOUNT_SETTINGS` — Get Account Settings — Tool to get account settings. Use after successful authentication to retrieve user-specific settings.
- `GAGELIST_GET_ACCOUNT_STATUS` — Get account status — Tool to retrieve account status. Use after authenticating with Gagelist.
- `GAGELIST_GET_ALL_CALIBRATION_RECORDS` — Get all calibration records — Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.
- `GAGELIST_GET_ALL_GAGE_RECORDS` — Get All Gage Records — Tool to retrieve a paginated list of gage records. Use after confirming the access token.

## Auth

Auth scheme not published.

## How agents use Gagelist

Inside a Definable workflow, Gagelist is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Gagelist** — the Researcher (GPT-5.5) pulls context from Gagelist (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Gagelist** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Gagelist (create record, post message, draft email).
- **Designer / Engineer → Distributor → Gagelist** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Gagelist (attach file, open PR comment, post status).

The Verifier checks every Gagelist call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/gagelist/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
