Skip to main content
Glama

IvedaAI: Job

ivedaai_job
Destructive

Manage IvedaAI video analytics jobs: create retrieval, streaming, or upload jobs, and cancel, suspend, stop, or delete them via API.

Instructions

IvedaAI API — Job operations. Response JSON: "status" is the HTTP status code; "truncated"/"timedOut" flag a cut-off response.

GET /api/jobs — Get jobs query: offset?:integer, page?:any, pageNumber?:integer, pageSize?:integer, paged?:boolean, size?:any, sort?:any, sort.sorted?:boolean, sort.unsorted?:boolean, unpaged?:boolean, types*:string enum:RetrieveJob|StreamJob|UploadJob, cameraIds?:integer, footageIds?:integer, statuses?:string enum:Canceled|Completed|Delete|DuplicateExec|Failed|FailedRetry|Running|Suspended

POST /api/jobs — Create job query: type*:string enum:RetrieveJob|StreamJob|UploadJob, cameraId?:integer, channel?:string, startTime?:string, endTime?:string, description?:string, usrFileName?:string, brightness?:string, engineProfileId?:integer, plugins?:string enum:AgeGenderClassifier|CrossCameraTrackingEngine|CrowdDetectionEngine|DwellEngine|ExtraAlertTrigger|FaceGdpr|FaceRecognitionEngine|HumanAttributeEngine, faceFeatures?:string, url?:string, gdprThreshold?:number, nvrId?:string, channelName?:string, latitude?:number, longitude?:number, doTranscode?:boolean file: provide as {path, filename?, contentType?} — local file to upload as "file"

PUT /api/jobs — Operate all jobs query: action*:string enum:CANCEL|SUSPEND

POST /api/jobs/{cameraId} — Cancel job by camera path: cameraId*:integer query: doWait?:boolean

DELETE /api/jobs/{jobId} — Delete job by id path: jobId*:integer

GET /api/jobs/{jobId} — Get job by id path: jobId*:integer

PUT /api/jobs/{jobId} — Stop job by id path: jobId*:integer

POST /api/jobs/retrieve — Create retrieve job query: channel*:string, channelName*:string, description?:string, doTranscode?:boolean, endTime*:string(yyyy-MM-dd[T][hh:mm:ss][Z]), engineProfileId*:integer, faceFeatures?:string[], gdprThreshold?:number, latitude?:number, longitude?:number, nvrId*:string, plugins?:string[], startTime*:string(yyyy-MM-dd[T][hh:mm:ss][Z])

POST /api/jobs/stream — Create stream job query: cameraId*:integer, description?:string

POST /api/jobs/upload — Create upload job file: provide as {path, filename?, contentType?} — local file to upload as "file" form fields (pass via body): cameraId*:integer, description?:string, doTranscode?:boolean, engineProfileId*:integer, faceFeatures?:string[], gdprThreshold?:number, latitude?:number, longitude?:number, plugins?:string[], startTime*:string(yyyy-MM-dd[T][hh:mm:ss][Z]), url?:string, usrFileName*:string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body, or form field values when uploading a file.
fileNoLocal file to upload, for operations that accept a file.
pathNoPath parameters, e.g. { "cameraId": 12 }
queryNoQuery string parameters for this operation.
operationYesWhich API operation to call, from the list in this tool's description.
Behavior3/5

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

Annotations already indicate destructiveHint: true, and the description goes slightly beyond by explaining the response JSON envelope (status, truncated, timedOut) and how file uploads are provided. However, it doesn't describe side effects, reversibility, or permission requirements for the destructive operations, so the added value over annotations is moderate.

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 long but organized by endpoint, making it easy to scan. It is front-loaded with response notes and then lists each operation with its parameters. Some redundancy exists (e.g., 'file: provide as...' appears twice, enums are repeated on different lines), but overall it is a compact reference for a multi-operation tool.

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

Completeness4/5

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

All ten operations and their parameters are covered, and the response envelope is explained. However, with no output schema, the description doesn't detail the response body structure per operation (beyond status/truncated/timedOut), and it omits error handling or authentication notes, which would improve completeness for an agent.

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

Parameters5/5

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

The input schema only defines generic 'query' and 'path' objects without parameter-level details. The description fills this gap entirely by enumerating every parameter with types, enums, required markers, and default formats (e.g., types*:string enum:RetrieveJob|StreamJob|UploadJob). This is essential for correct invocation.

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 opens with 'IvedaAI API — Job operations' and lists every REST endpoint for /api/jobs (GET, POST, PUT, DELETE) with clear labels like 'Get jobs', 'Create job', 'Cancel job by camera'. This leaves no ambiguity about what the tool does and clearly distinguishes it from sibling tools focused on cameras, alerts, etc.

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

Usage Guidelines4/5

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

The description provides a complete list of operations, allowing an agent to pick the right one based on the action needed (e.g., 'DELETE /api/jobs/{jobId}' for deleting a job). Context is clear, but there are no explicit 'when to use' or 'when not to use' statements or references to alternative tools.

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

Install Server

Other Tools

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/WillORepO/ivedaAI-mcp-server'

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