Skip to main content
Glama

IvedaAI: Sse

ivedaai_sse
Read-only

Streams IvedaAI system events via server-sent events, enabling real-time monitoring of camera, cluster, and engine model status changes with optional filters.

Instructions

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

GET /api/system/events — Server sent event query: filter?:string enum:CameraAbnormal|ChannelEstablished|Cluster|ClusterAbnormal|ClusterSync|EngineModelFailed|EngineModelLoaded|EngineModelLoading, streamCameraIds?:integer

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 discloses useful response behaviors: 'status' is the HTTP status code, and 'truncated'/'timedOut' flags indicate cut-off responses. This adds value beyond the readOnlyHint/destructiveHint annotations. It does not discuss authentication or rate limits, but the read-only nature is clear from annotations.

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 compact and front-loaded with the response format caveat. Each line serves a purpose: the general SSE context, the response JSON explanation, and the endpoint-specific query details. It avoids filler, though the formatting could be slightly cleaner for an API reference.

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

Completeness3/5

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

With no output schema, the description provides some return-value context (status, truncated/timedOut) but omits details about event payload structure or how a streaming response is delivered. For a single-endpoint SSE tool, it covers the essentials but leaves the agent to infer real-time streaming semantics and event data shape.

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?

The description explicitly documents the query parameters 'filter' (with enum values) and 'streamCameraIds' with types, which the schema's generic 'query' object does not specify. This adds essential meaning beyond the structured schema. The operation parameter is also clarified as the endpoint path.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific operation: GET /api/system/events for server-sent events. It states the resource and HTTP method. However, the opening 'Sse operations' is a category rather than a definitive verb+resource, and it does not explicitly distinguish this from sibling tools like ivedaai_event or ivedaai_streaming.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives. It implies usage for streaming system events but does not state prerequisites, exclusions, or mention that sibling tools like ivedaai_event handle discrete events. The description lacks 'use when' or 'instead of' language.

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