Skip to main content
Glama

public_access_barcode

Generate a barcode image by specifying the type (Code128, QR, EAN13, etc.) and value. Define dimensions and save path to output the image.

Instructions

Generate barcode image via /report/barcode/{type}/{value}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNodefault
barcode_typeNoCode128
valueYesBarcode value
widthNo
heightNo
save_pathNo
Behavior2/5

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

No annotations are provided, so the description must disclose behaviors. It only states 'Generate barcode image' but does not mention output format, whether the image is returned or saved, or error handling. Behavioral traits are largely undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely brief (one sentence) but omits essential details such as parameter explanations and output behavior. This is under-specification rather than conciseness.

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

Completeness1/5

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

Given 6 parameters, no output schema, and no annotations, the description is severely insufficient. It fails to explain barcode type options, image dimensions behavior, or what the tool returns. The agent cannot fully understand the tool's capabilities from this description.

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

Parameters1/5

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

With only 17% schema description coverage, the description adds no significant meaning beyond the schema. The endpoint pattern hints at mapping {type} and {value}, but does not explain connection, width, height, save_path, or enum values. The agent must infer parameter semantics from the endpoint placeholder.

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 states 'Generate barcode image' and provides the endpoint pattern '/report/barcode/{type}/{value}', which specifies the action and resource. It distinguishes from sibling public_access_* tools by focusing on barcode generation.

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 given on when to use this tool versus alternatives such as public_access_image or other report tools. The description lacks context for typical use cases or exclusionary conditions.

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/rosenvladimirov/odoo-claude-mcp'

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