Skip to main content
Glama
davidmosiah

Wellness Nourish

Decode barcode image

nourish_decode_barcode_image
Read-onlyIdempotent

Decode a barcode from an image using a file path, base64 data, or data URI to identify a product without logging the intake.

Instructions

Decode a barcode from an image path, base64 image, or data URI without logging intake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_pathNo
image_base64No
image_data_uriNo
image_mime_typeNo
response_formatNojson
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, etc. The description adds value by disclosing 'without logging intake', a behavioral trait beyond annotations. No contradiction with 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?

One sentence that front-loads the key action and input types. Efficient but could be slightly improved with structured formatting (e.g., list of inputs). No wasted words.

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?

No output schema exists, and the description fails to explain the result of decoding (e.g., barcode value, product info) or the significance of the response_format parameter. An agent cannot infer the return structure from the description alone.

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 0%, so description must carry the burden. It explains image_path, image_base64, and image_data_uri but omits image_mime_type and response_format. Partial coverage, baseline would be 1 without description.

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's action (decode a barcode) and the input formats (image path, base64, data URI). It distinguishes from siblings like nourish_lookup_barcode by specifying 'without logging intake', making the purpose unambiguous.

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 decoding without logging (no intake logged) but does not explicitly state when to use this vs alternatives like nourish_lookup_barcode or nourish_lookup_barcode_image. No exclusions or alternative tool names are mentioned.

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/davidmosiah/wellness-nourish'

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