Skip to main content
Glama

IvedaAI: Image

ivedaai_image

Rotate an uploaded image file using the IvedaAI image API. Send the local file path and operation details to receive the rotated image with status metadata.

Instructions

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

POST /api/image/rotate — Image Rotation form fields (pass via body): 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?

The description adds value beyond annotations by disclosing response JSON behavior: status as HTTP code and truncated/timedOut flags for cut-off responses. It does not contradict the annotations, but it omits side effects, auth needs, or mutation implications beyond the readOnlyHint/destructiveHint settings.

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 succinct and front-loads the endpoint and response flag information. The opening 'IvedaAI API — Image operations' is somewhat redundant with the title, but overall the structure is clean and each sentence contributes needed context.

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

Completeness2/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 carries the burden of explaining return values and invocation details. It only mentions status and truncated/timedOut flags, but does not clarify how to use the generic file/body/path/query parameters for this specific rotation operation, leaving critical usage ambiguous.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds one useful detail ('form fields (pass via body): usrFileName?:string') that clarifies the body parameter for this operation, but it does not fully explain how file, path, and query parameters should be used in combination with the endpoint.

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 the tool as handling image operations and pinpoints the specific endpoint POST /api/image/rotate for rotation. However, it does not explicitly distinguish this tool from sibling resource groups beyond the operation name, so it lacks sibling differentiation.

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?

No guidance is provided about when to use this tool versus alternatives, prerequisites, or the intended workflow. The endpoint name implies a rotation use case, but there is no explicit context or exclusion of other 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