Skip to main content
Glama
chrischall

accessoticketing-mcp

by chrischall

accesso_save_barcodes

Read-only

Extract scannable barcode images from an accesso order ticket link and save them as PNG files, or return them inline for remote use.

Instructions

Save the scannable barcode images from an accesso order. Writes PNGs and returns their paths; set inline to receive the images directly instead (which is the only useful mode when this server runs remotely, since its filesystem is not the user's).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoThe accesso ticket link from the order-confirmation email. Optional when ACCESSO_TICKET_URL is set.
inlineNoReturn the images in the response instead of writing files.
indexesNoTicket `index` values to act on. Omit for every ticket on the order.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior1/5

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

Annotation Contradiction: the description says 'Writes PNGs and returns their paths', which is a side-effecting write to the server filesystem, but the annotations declare readOnlyHint=true. This directly contradicts the described behavior and could mislead an agent about whether the tool mutates state.

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?

Two sentences, front-loaded with the core purpose, and every clause earns its place. The mode distinction and remote-filesystem caveat are tight and directly useful rather than filler.

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?

The description covers what the tool does, what it returns (paths or inline images), and the critical environment consideration for choosing inline mode. Some response-shape details are absent and there is no output schema, but the agent has enough to invoke it correctly. The annotation contradiction slightly undermines completeness, though the textual description itself is solid.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds extra value by explaining the practical meaning of inline mode and why it matters ('the only useful mode when this server runs remotely, since its filesystem is not the user's'), which helps an agent choose parameter values correctly.

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 verb ('Save'), the resource ('scannable barcode images from an accesso order'), and the concrete output behavior ('Writes PNGs and returns their paths'). This distinguishes it from sibling tools like accesso_get_order and accesso_get_wallet_passes, which are retrieval-oriented rather than barcode-image saving.

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

Usage Guidelines4/5

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

The description gives explicit, practical guidance about when to use inline mode versus file-writing mode, including the remote-server caveat. It does not explicitly compare against sibling tools, but it provides clear context for choosing the correct invocation mode.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/chrischall/accessoticketing-mcp'

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