Documentation Index
Fetch the complete documentation index at: https://docs.colacloud.us/llms.txt
Use this file to discover all available pages before exploring further.
What the Assistant Can Access
When you connect an assistant to COLA Cloud, the assistant can call MCP tools against the same data your COLA Cloud account can access:- 2015-forward COLA Registry records in the web/API product
- Label image URLs, extracted barcodes, and enrichment fields on detail records
- TTB permittee records
- Published TTB open-data/reference datasets
- Your account usage summary
- Saved-search creation if the connection has write access
Quotas
MCP usage shares the same quota system as the web app, REST API, SDKs, and CLI. COLA Cloud meters usage by returned records, not by raw HTTP request count.| Meter | Counts |
|---|---|
| Detail views | Single-record lookups such as get_cola, fetch for COLA IDs, and barcode detail expansion |
| List records | Items returned from list/search tools such as search, search_colas, and search_permittees |
| Open data | TTB reference tools such as AVAs and processing times do not count against monthly quota |
Connection Grants
OAuth signs the user into the assistant connection. COLA Cloud stores COLA-specific connection grants on the linked connected-app record. Subscription and quota checks still happen on every paid call. During the private ChatGPT beta, OAuth connections must be pre-enabled for the account. If Magic Auth reports that the account is not authorized, or tool calls returnoauth_connection_required, the OAuth subject has not been linked to an
enabled COLA Cloud account yet.
| Grant | Allows |
|---|---|
colas:read | COLA searches, detail fetches, and barcode lookups |
permittees:read | Permittee searches and detail fetches |
open_data:read | Free TTB reference and open-data tools |
usage:read | Usage and quota status |
saved_searches:write | Creating persistent saved searches |
Revocation
For OAuth connections, open Dashboard > Connected Apps in COLA Cloud to see linked assistant apps, scopes, connection time, last-used time, and support-safe identifiers. Revoking a connected app blocks future OAuth calls for that connection. You can also remove the connector from ChatGPT or Claude settings. Removing it in the assistant stops that client from using the connector, but COLA Cloud’s Connected Apps page is the source of truth for blocking OAuth calls against your COLA Cloud account. For API-key MCP clients, revoke the API key from Dashboard > API Keys.Scheduled Search Ownership
create_scheduled_search creates durable state in COLA Cloud:
- The saved search appears in Dashboard > Saved Searches.
- The schedule can be daily, weekly, or monthly.
- Approval-date windows are applied by COLA Cloud for each scheduled run.
- Alerts are sent by COLA Cloud’s scheduled-search email dispatcher.

