Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

osint_barcode_generator

Read-onlyIdempotent

Validate barcode data for six symbologies and generate a render URL for image creation. Supports UPC-A, EAN-13, Code 128, Code 39, ITF-14, and Codabar.

Instructions

Barcode Payload Builder. Validate input for a 1D barcode and build a ready-to-render image URL for one of six symbologies: UPC-A (12 digits), EAN-13 (13 digits), Code 128 (alphanumeric, up to 80 chars), Code 39 (A-Z 0-9 and . - $ / + %, up to 43), ITF-14 (14 digits), or Codabar (starts/ends A-D, up to 16). Use this to prepare barcode content and a render URL; use osint_barcode_scanner to decode a barcode from an image, osint_qr_code_generator for 2D QR codes, and osint_ean_upc_validator to only checksum-verify a UPC/EAN without rendering. The API call runs locally and is read-only, non-destructive, deterministic, and rate-limited (20 req/min anonymous); the returned serviceUrl points at the third-party bwipjs-api.metafloor.com renderer, which a client fetches separately to obtain the image. Returns the normalized type, the cleaned data, a validity flag and message, checksum/format metadata, the normalized settings, and that render URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoBarcode symbology. Unknown values fall back to code128. (barcodeType is accepted as an alias.)code128
barcodeTypeNoAlias for type; used when type is absent.
dataYesValue to encode; format depends on type (e.g. 12 digits for upc, 13 for ean13, alphanumeric for code128). Trimmed before validation. (inputData is accepted as an alias.)
inputDataNoAlias for data; used when data is absent.
settingsNoRendering options applied to the serviceUrl; invalid values fall back to the listed default.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoWhether the payload was built.
resultNoBarcode payload, validation, and render details.
errorNoPresent only on failure; reason the payload could not be built.
Behavior5/5

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

Annotations already declare read-only, non-destructive, idempotent. The description adds crucial behavioral context beyond annotations: the API call runs locally, is rate-limited (20 req/min anonymous), and the returned serviceUrl points to an external third-party renderer fetched separately. No contradictions.

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 well-structured, front-loaded with purpose, and each sentence adds value. However, it is slightly verbose (four sentences) and could be trimmed without losing essential information. Still, it is clear and not wasteful.

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?

Given the complexity (nested settings, multiple symbologies, output schema), the description covers everything: local API behavior, external renderer, rate limits, output fields (normalized type, cleaned data, validity flag, etc.). No gaps remain for effective tool usage.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant meaning: it explains validation rules per symbology (e.g., '12 digits for upc, 13 for ean13'), alias parameters, fallback behavior for unknown type, and the settings object. This helps the agent correctly format data and understand output structure.

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 builds a barcode payload and render URL, listing six specific symbologies with character constraints. It distinguishes itself from sibling tools osint_barcode_scanner, osint_qr_code_generator, and osint_ean_upc_validator by explicitly stating when to use each.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance: 'Use this to prepare barcode content and a render URL; use osint_barcode_scanner to decode..., osint_qr_code_generator for 2D QR codes, and osint_ean_upc_validator to only checksum-verify...' This clearly tells the agent when to use this tool versus alternatives.

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/Jambozx/onlinecybertools-mcp-server'

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