Skip to main content
Glama

samsara_create_webhook

Set up a webhook endpoint to receive real-time Samsara notifications for route updates, vehicle events, and more. Provide HTTPS URL and select event types.

Instructions

Create a webhook to receive real-time notifications from Samsara (route updates, vehicle events, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesYour webhook endpoint URL (must be HTTPS)
secretNoOptional secret for webhook signature verification
eventTypesYesArray of event types to subscribe to (e.g., ['route.updated', 'vehicle.location'])

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0-beta.1

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It states the tool creates a webhook but does not disclose behaviors such as URL validation, idempotency, authentication requirements, rate limits, or error handling. This is minimal disclosure for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that clearly conveys the essential purpose. No wasted words. However, it is very brief and could benefit from a bit more context without sacrificing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 3 well-documented parameters but no output schema. The description does not explain the response format (e.g., webhook ID), error handling, or how to verify webhooks. For a creation tool, more contextual detail about the result would improve completeness, but the schema covers the inputs adequately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already describes all three parameters. The description adds minor value with examples ('route.updated', 'vehicle.location') and the HTTPS requirement for url. This improves usability but does not go beyond the schema's explicit definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and resource 'webhook', and specifies the purpose 'to receive real-time notifications'. It also provides examples of event types ('route updates, vehicle events'), making it distinct from sibling tools like samsara_list_webhooks or samsara_delete_webhook.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lacks guidance on when to use this tool vs alternatives (e.g., when to create vs list/delete webhooks). No prerequisites, exclusions, or context about its role within the webhook lifecycle are provided. The agent must infer usage from the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/AutomationSquadOS/mcp-samsara'

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