Skip to main content
Glama

set_image_status

Update the annotation workflow status of an image in a dataset to unannotated, in_progress, or completed without modifying the original image.

Instructions

Set annotation workflow status without changing the image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesNew workflow status.
dataset_idYesActive owning dataset identifier.
image_pathYesDataset-relative image path.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataYesDescribe the stored workflow status for one dataset image.
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It explicitly states that the image content is not changed, while indicating that the status is modified. This is useful, though it does not cover potential transition rules, reversibility, or permissions.

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 a single, front-loaded sentence that communicates purpose and a key boundary in just eight words. Every part is meaningful, with no redundant or filler content.

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

Completeness5/5

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

For a simple setter with three fully documented parameters and an output schema, the description sufficiently covers the tool's purpose and its most important behavioral constraint. Nothing essential seems missing for an agent to select and invoke it correctly.

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?

Since schema description coverage is 100%, the schema already documents all three parameters clearly. The description adds no additional parameter-level detail, so it meets the baseline without enhancing meaning beyond the schema.

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 action ('Set') and the target ('annotation workflow status'), and adds the key non-effect 'without changing the image.' This distinguishes it from sibling annotation editing tools like add_bbox_annotations and edit_bbox_annotation.

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 this is for updating workflow status rather than modifying image content, but it never explicitly states when to use it or provides direct alternatives. No exclusions or comparison with sibling tools are given, though the phrase 'without changing the image' offers some contextual hint.

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/ryan-minato/detection-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server