Skip to main content
Glama

Snowflake MCP Server

by tushar3006

fetch_violation_videos

Retrieve video media for specific violation events by providing violation IDs, returning device event UUIDs and region information for analysis.

Instructions

Fetch video media for specific violation events. Returns simple list with DEVICE_EVENT_UUID and Region.

Input Schema

NameRequiredDescriptionDefault
violation_idsYesList of violation IDs to get video media for

Input Schema (JSON Schema)

{ "properties": { "violation_ids": { "description": "List of violation IDs to get video media for", "items": { "type": "string" }, "type": "array" } }, "required": [ "violation_ids" ], "type": "object" }

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/tushar3006/MCP'

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