Skip to main content
Glama
CariotInc

Cariot MCP Server

Official
by CariotInc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ID_TOKENNoCariot ID token for authentication
API_ACCESS_KEYNoCariot API access key (used with API_ACCESS_SECRET)
CARIOT_LOG_LEVELNoLogging level (debug, info, warn, error)info
API_ACCESS_SECRETNoCariot API access secret (used with API_ACCESS_KEY)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_alcohol_checksA

Analyzes alcohol check results from daily reports. Shows check status (before/middle/after), violations, check rate, and check statistics for drivers within a specified date range. Check rate is calculated based on whether both before and after checks are performed when driving (for past dates) or at least before check is performed (for current date). / 日報からアルコールチェック結果を分析します。指定された日付範囲内のドライバーのチェック状況(前/中/後)、違反、チェック率、およびチェック統計を表示します。チェック率は、運転時に乗車前と乗車後の両方のチェックが実施されているか(前日以前)、または少なくとも乗車前チェックが実施されているか(当日)に基づいて計算されます。

generate_chart_configA

Generates Chart.js configuration data based on input data. Supports bar, line, pie, doughnut, radar, and polarArea chart types. Returns a ChartConfiguration object that can be used directly with Chart.js. IMPORTANT: When using this tool, you MUST embed the EXACT generated ChartConfiguration object in your final response WITHOUT any code block markers (no json, javascript, or any other formatting). Output the raw JSON object directly so the client can parse and use it. / 入力データに基づいてChart.js設定データを生成します。bar、line、pie、doughnut、radar、polarAreaのグラフタイプをサポートします。Chart.jsで直接使用できるChartConfigurationオブジェクトを返します。重要:このツールを使用した場合、生成されたChartConfigurationオブジェクトを、コードブロックマーカー(json、javascript等)を一切付けずに、そのまま生のJSONオブジェクトとして返答の末尾に含めてください。クライアントがパースして使用できるようにしてください。

get_daily_reportC

Retrieves a detailed daily report for a specific date and driver. / 指定された日付とドライバーの日報詳細を取得します。

get_daily_reportsB

Retrieves a list of daily reports for all drivers within a specified date range. / 指定された日付範囲内の全ドライバーの日報をリストで取得します。

get_driversC

Retrieves a list of all drivers' information. / 全ドライバーの情報をリストで取得します。

get_realtimeC

Retrieves real-time information for the specified driver or vehicle. / 指定したドライバーまたは車両のリアルタイム情報を取得します。

get_vehiclesC

Retrieves a list of all vehicles' information. / 全車両の情報をリストで取得します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CariotInc/cariot-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server