Geotab
Automate MyGeotab fleet records, vehicles, drivers, trips, exceptions, and incremental data feeds.
Tools
| Name | Description |
|---|---|
get_recordsRun MyGeotab Get for a specific type name with optional documented search filters. | Run MyGeotab Get for a specific type name with optional documented search filters. |
get_record_by_idFetch one MyGeotab entity by type name and ID. | Fetch one MyGeotab entity by type name and ID. |
add_entityCreate a MyGeotab entity using the documented Add method for the selected type. | Create a MyGeotab entity using the documented Add method for the selected type. |
set_entityUpdate a MyGeotab entity using the documented Set method. Include the entity ID in the body. | Update a MyGeotab entity using the documented Set method. Include the entity ID in the body. |
remove_entityRemove a MyGeotab entity by type name and exact ID. | Remove a MyGeotab entity by type name and exact ID. |
get_feedRead incremental MyGeotab changes for a type using GetFeed. | Read incremental MyGeotab changes for a type using GetFeed. |
Triggers
| Name | Description |
|---|---|
feed_updatedPoll a MyGeotab GetFeed type after an initial baseline. | Poll a MyGeotab GetFeed type after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('geotab', 'get_records', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'geotab',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Geotab to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Geotab support?
Geotab supports 6 tools including Get Records, Get Record By ID, Add Entity, Set Entity, Remove Entity, and more.
Can I use Geotab with AI agents?
Yes. Add Geotab to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Geotab to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Geotab as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Geotab tools exposed by that workspace.
Does Geotab work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Geotab work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Geotab?
Geotab exposes 6 tools, including Get Records, Get Record By ID, Add Entity, Set Entity, Remove Entity, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Geotab be used in stateful agent workflows?
Yes. Agents can combine Geotab tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Geotab use?
Geotab uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Geotab integration cost?
The Geotab integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Geotab support?
Geotab supports 1 triggers including Feed Updated.
Connect Geotab in minutes
Get 20,000 free action executions every month. No credit card required.