Skip to main content
Glama

IvedaAI: Hashtag

ivedaai_hashtag
Destructive

Manage hashtags for IvedaAI video analytics: create, find, set up live camera hashtags, and delete them via API operations.

Instructions

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

GET /api/hashtags — Find hashtag query: prefix?:string

POST /api/hashtags — Create hashtag body: string

PUT /api/hashtags — Setup live hashtag body: { cameraId?:integer, hashtags?:string[] }

DELETE /api/hashtags/{keyword} — Delete hashtag path: keyword*: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?

The description adds valuable behavioral context beyond the annotations (destructiveHint=true, readOnlyHint=false) by detailing the response JSON structure (status, truncated, timedOut) and the exact body shapes for POST and PUT. It also clarifies that DELETE requires a path keyword, which is useful for understanding the tool's behavior. No security or rate-limit details, but the added response and parameter information exceeds the baseline.

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 structured with a brief intro and a clear list of endpoints with parameters. It is front-loaded with the response format note, and each line provides necessary information without excessive verbosity. Slightly dense, but every sentence serves a purpose, so it earns a high score.

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?

Given the tool's multi-operation complexity, no output schema, and existing annotations, the description is fairly complete: it covers all four operations, their parameters, and the response format. It lacks authentication details and examples, but for an API tool with rich schema and annotations, this is sufficient. The description compensates for the missing output schema by explaining response fields.

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

Parameters4/5

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

Although the schema has 100% property descriptions, the tool description enriches parameters by specifying per-operation details: query for GET, string body for POST, object with cameraId/hashtags for PUT, and path keyword for DELETE. This operation-specific parameter meaning is not fully captured by the generic schema fields, so the description adds meaningful parameter semantics.

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 it covers 'Hashtag operations' and lists four specific HTTP endpoints with distinct verbs and purposes (Find, Create, Setup live, Delete). This accurately distinguishes the tool from sibling tools focused on other resources, and the operation enum aligns with the listed endpoints.

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 hashtag-related operations, and the operation list provides specific contexts for each endpoint (e.g., finding by prefix, creating with a string body). However, it does not explicitly state when to use this tool over alternatives or provide exclusion criteria, so guidance is only implied, not explicit.

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