How to use this catalog
- Ask to check its configuration when identity mode is uncertain.
- Replace every sample ID with an ID returned by ; do not ask the agent to invent one.
- Keep discovery and mutation as separate steps.
- Require a preview before a write or destructive tool.
- Tell the agent whether plaintext may enter its context.
- Stop on
403instead of asking the agent to search for broader access.
Status and projects
Check configuration
Use this first when you are unsure which profile MCP loaded.
MCP tool used:
airctrl_statusList accessible accounts
This tool requires a human PAT.
MCP tool used:
list_accountsList projects
MCP tool used:
list_projectsView a project
MCP tool used:
get_projectCreate a project
The result includes the new project ID.
MCP tool used:
create_projectUpdate a project
MCP tool used:
update_projectArchive or restore a project
Use
archived: false to restore it.MCP tool used:
set_project_archiveService Account metadata
List Service Accounts
MCP tool used:
list_service_accountsView a Service Account
Both metadata tools require a human PAT.
MCP tool used:
get_service_accountRecord reading and local generation
List record metadata
MCP tool used:
list_recordsRead a complete record
MCP tool used:
get_secretRead selected record fields
MCP tool used:
read_recordLoad all project records
This can expose many records to the agent. Prefer
read_record when one record is enough.MCP tool used:
get_allView supported record formats
This helper is local and does not call the API.
MCP tool used:
list_secret_typesGenerate a secret locally
This helper generates values locally and stores nothing.
MCP tool used:
generate_secretCreate an encrypted record
MCP tool used:
create_recordReplace record fields
When no
recordId is used, supply projectId, name and secretFormat to create or update by name.MCP tool used:
set_secretRecord lifecycle
Update record details
MCP tool used:
update_record_metadataArchive or restore a record
MCP tool used:
set_record_archiveTransfer record ownership
MCP tool used:
transfer_record_ownershipView record version history
MCP tool used:
list_record_versionsRestore a previous record version
MCP tool used:
rollback_recordRotate a record
MCP tool used:
rotate_recordRecord sharing
Share a record with a user
MCP tool used:
share_record_userShare a record with a Service Account
MCP tool used:
share_record_service_accountShare a record with a group
MCP tool used:
share_record_groupRemove a user’s record access
MCP tool used:
revoke_record_userRemove a Service Account’s record access
MCP tool used:
revoke_record_service_accountRemove a group’s record access
MCP tool used:
revoke_record_groupRecord audit
Review one record’s audit history
MCP tool used:
read_record_auditFind unusual record activity
MCP tool used:
list_record_anomaliesReview daily record activity
MCP tool used:
list_record_activityReview record alerts
MCP tool used:
list_record_alertsReview secret access events
MCP tool used:
list_record_accessProviders and credentials
List supported AI providers
MCP tool used:
list_providersList provider credentials
MCP tool used:
list_provider_credentialsAdd a provider credential
MCP tool used:
add_provider_keyList models for a credential
MCP tool used:
list_provider_modelsReplace a provider key
MCP tool used:
rotate_provider_keyRename a provider credential
MCP tool used:
rename_provider_credentialRevoke a provider credential
MCP tool used:
revoke_provider_credentialGateway setup and routing
List gateways
MCP tool used:
list_gatewaysCreate a gateway
MCP tool used:
create_gatewaySet up a complete gateway
This workflow can add a provider credential, create a gateway and create a one-time gateway token.
MCP tool used:
setup_gatewayView gateway connection settings
MCP tool used:
get_connection_configChange gateway routing
MCP tool used:
set_routingChange gateway limits and behavior
MCP tool used:
set_gateway_settingsDetach a provider credential
MCP tool used:
detach_gateway_credentialDelete a gateway
MCP tool used:
delete_gatewayGateway tokens
List gateway tokens
MCP tool used:
list_gateway_tokensCreate a gateway token
MCP tool used:
create_gateway_tokenRename a gateway token
MCP tool used:
rename_gateway_tokenRevoke a gateway token
MCP tool used:
revoke_gateway_tokenDelete a gateway token
MCP tool used:
delete_gateway_tokenLogs, usage and OpenTelemetry
Review gateway requests
MCP tool used:
read_usageInspect one gateway request
MCP tool used:
read_gateway_logReview provider-key access
MCP tool used:
read_gateway_key_accessReview project usage logs
MCP tool used:
list_usage_logsInspect one project usage log
MCP tool used:
read_usage_logReview project spend
MCP tool used:
read_usage_spendReview project usage metrics
MCP tool used:
read_usage_metricsView OpenTelemetry settings
MCP tool used:
get_otel_exportChange OpenTelemetry settings
MCP tool used:
set_otel_exportWhen a prompt fails
If a tool returns validation, permission or not-found errors, stop and explain the exact code. Do not try neighboring IDs or broader scopes. Retry only temporaryrate_limited, internal_error or service_unavailable failures, with a short bounded backoff.