Skip to main content
Glama
eusef
by eusef

roboflow_inference_classify

Classify images with a Roboflow model and receive top-K predictions with confidence scores.

Instructions

Run classification inference on a Roboflow model. Returns top-K class predictions with confidence scores.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYesImage as a URL, base64 string, or local file path
top_kNoNumber of top predictions to return
model_idYesClassification model ID in format 'project/version' (e.g. 'cats-vs-dogs/2')
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It mentions the return format (top-K predictions with confidence scores) but does not describe side effects, authentication requirements, or edge cases. The inference nature is implicitly non-destructive, but this is not stated explicitly.

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 two sentences, front-loaded with the core action, and contains no redundant or filler content. Every word contributes to understanding the tool's purpose and output.

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 simplicity (3 params, no output schema, no annotations), the description covers the essential purpose and return format. It lacks details like error handling or timeouts, but for an inference call this is reasonably complete. The sibling context is not explicitly addressed, but the classification-specific wording helps.

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 coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema; it only references 'top-K' which is already documented in the top_k parameter. The description repeats what the schema already provides.

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 tool runs classification inference on a Roboflow model and returns top-K predictions with confidence scores. This specific verb+resource combination distinguishes it from sibling tools like roboflow_inference_run, which is generic.

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 classification models, but does not explicitly state when to prefer this over roboflow_inference_run or other alternatives. It provides no exclusion criteria or usage scenarios, leaving the agent to infer based on the word 'classification'.

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/eusef/Eusef_Roboflow_MCP'

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