Skip to main content
Glama

IvedaAI: LicensePlateCategory

ivedaai_license_plate_category
Destructive

Manage license plate categories: list, create, update, delete, and import license plate targets.

Instructions

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

GET /api/lpr/categories — List license plate categories

POST /api/lpr/categories — Create license plate category body: { colorCode?:string, name*:string }

DELETE /api/lpr/categories/{categoryId} — Delete license plate category path: categoryId*:string

POST /api/lpr/categories/{categoryId} — Import license plate target path: categoryId*:string query: columnSeperator?:string file: provide as {path, filename?, contentType?} — local file to upload as "file"

PUT /api/lpr/categories/{categoryId} — Update license plate category path: categoryId*:string body: { colorCode?:string, name*: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.
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description adds behavioral context not in annotations: it documents the response JSON fields ('status', 'truncated', 'timedOut') and the file upload format (with path, filename, contentType). This goes beyond the structured annotations without contradicting them.

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 compact and well-organized: an introductory line, a list of operations with methods and paths, and inline parameter lists. Every sentence carries operational information. The structure makes it easy to scan and locate the needed endpoint.

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 operations, including their HTTP methods, paths, and parameter structures. However, it does not detail the response payload shape per operation beyond the global status/truncated/timedOut fields. Given the tool's complexity and the absence of an output schema, a bit more response detail would make it fully complete, but the current coverage is strong.

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?

Even with 100% schema description coverage, the description enriches parameters by tying them to specific operations. It marks required fields with an asterisk (e.g., 'name*'), specifies which parameters belong to the body, path, query, or file, and explains the file field format. This makes it clear how to invoke each operation correctly, which the generic schema alone does not provide.

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 resource ('LicensePlateCategory operations') and enumerates each API operation with HTTP method and path (e.g., 'GET /api/lpr/categories — List license plate categories'). This distinguishes the tool from sibling tools by naming the specific resource domain and supported actions.

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

Usage Guidelines3/5

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

The description implies usage for license plate category management by listing operations, but it does not explicitly state when to choose this tool over alternatives or provide exclusions. For example, it doesn't mention that license plate targets might belong in the 'license_plate_target' sibling tool. The context is clear but not comparative.

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