Skip to main content
Glama

IvedaAI: AnalyticConfig

ivedaai_analytic_config
Destructive

Manage IvedaAI analytic configurations: create, retrieve, update, and delete camera analytic settings via API operations.

Instructions

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

GET /api/analytic-configs — Find analytic configs query: cameraId*:integer, engines?:string

POST /api/analytic-configs — Create analytic config body: { cameraId*:integer, config*:JsonObject, engine*:string }

DELETE /api/analytic-configs/{configId} — Delete analytic config path: configId*:integer

GET /api/analytic-configs/{configId} — Find analytic config path: configId*:integer

PATCH /api/analytic-configs/{configId} — Update analytic config path: configId*:integer body: { cameraId*:integer, config*:JsonObject, engine*: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 mark the tool as destructive and non-read-only. The description adds useful context about the response format (status, truncated/timedOut) which aids in handling cut-off responses. However, it does not disclose consequences of DELETE/PATCH operations (e.g., irreversibility) or any authorization requirements. It adds some value beyond annotations but not comprehensive.

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

Conciseness5/5

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

The description is dense and well-organized: a brief note on response format, then each operation on a single line with parameters. No fluff, every line contributes value, and the structure makes it easy to scan.

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?

The description covers all five endpoints, required/optional parameters, and response metadata, which is sufficient for operation selection and basic invocation. It lacks examples or detailed return structure (no output schema), but for a CRUD tool of this complexity it is fairly complete, though not exhaustive.

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 provides generic fields (body, path, query, operation) with minimal descriptions. The tool description goes far beyond by detailing exact parameter names, types, required flags, and location for each endpoint (e.g., cameraId*:integer, config*:JsonObject). This is essential for correct invocation and fully compensates for the schema's generic nature.

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 identifies this as the AnalyticConfig API resource, listing all five CRUD operations with specific HTTP verbs and endpoints. It distinguishes from sibling tools by naming the specific resource (analytic-configs) and operations.

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 implicitly conveys when to use the tool: when working with analytic configs, and the endpoint list makes the scope obvious. However, it does not explicitly mention when not to use it or contrast with alternative tools among the many IvedaAI siblings.

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