Skip to main content
Glama

LabelChop MCP Server

Server Details

AI tools for MyPost A4 labels, 4x6 thermal printers and LabelChop resources.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct task: diagnosing workflows, finding resources, and recommending hardware setups. There is no overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (diagnose_*, find_*, recommend_*), making them predictable for an agent.

Tool Count4/5

Three tools is slightly on the low side but reasonable for a narrow domain. The count feels appropriate given the focused scope.

Completeness5/5

The tool set covers the entire decision flow: diagnose the situation, find relevant resources, and recommend a setup. No obvious gaps for the server's stated purpose.

Available Tools

3 tools
diagnose_shipping_label_workflowAInspect

Diagnose an ecommerce seller shipping-label workflow and recommend whether to use LabelChop or the free A4-to-4x6 converter.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryNoSeller country, e.g. AustraliaAustralia
printerNoThermal printer model, e.g. Zebra ZD420, Dymo 4XL, Brother QL-1110NWB, Munbyn
problemNoThe current problem, e.g. labels print too small, A4 labels, barcode will not scan, manual cropping
platformNoShipping or ecommerce platform, e.g. MyPost Business, eBay, Shopify, Etsy, Sendle
volumePerWeekNoApproximate number of shipping labels printed per week
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that it diagnoses and recommends, but does not explain how it processes inputs, what the diagnosis entails, or what form the recommendation takes (e.g., text, report). No safety or side-effect information is provided.

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 a single, tightly-wound sentence that front-loads the action ('Diagnose') and specifies the target and likely recommendation. Every word contributes to understanding the tool's core function, avoiding any unnecessary detail.

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

Completeness3/5

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

Given 5 parameters all documented in the schema and no output schema, the description is somewhat complete but leaves gaps: it does not describe the return value or how the diagnosis is delivered. For a tool with no annotations, it could mention that the output is a recommendation, but the purpose is clear enough for basic use.

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 100%, so the baseline is 3. The description adds no additional meaning about the parameters, but the schema already documents each parameter (country, printer, problem, platform, volumePerWeek) with clear examples. No credit is lost, but no extra value is added.

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 uses a specific verb 'Diagnose' and clearly states the resource (ecommerce seller shipping-label workflow) and the outcome (recommend whether to use LabelChop or the free A4-to-4x6 converter). It distinguishes itself from sibling tools by focusing on diagnosis and recommendation between two specific options.

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 diagnosing a shipping-label workflow to get a recommendation, but it lacks explicit guidance on when to use this tool versus siblings like find_labelchop_resources or recommend_label_printing_setup. No exclusions or alternative scenarios are mentioned.

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

find_labelchop_resourcesBInspect

Find the best LabelChop resource links for A4 shipping labels, 4x6 thermal printing, MyPost Business, Australia Post, eBay, Shopify, Etsy, or label troubleshooting.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesWhat the user is trying to solve
Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It states the tool 'finds' links but does not describe output format, read-only status, pagination, or any limitations. This is minimal and leaves significant behavioral traits undisclosed.

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 one concise sentence that front-loads the action ('Find the best LabelChop resource links') and efficiently lists relevant topics without extraneous words. Every part contributes to understanding the tool's scope.

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

Completeness3/5

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

For a simple one-parameter find tool, the description covers purpose and topic scope. However, it lacks differentiation from sibling tools and does not mention output format or any caveats, which is a notable gap given there is no output schema.

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?

The schema already documents 'query' as 'What the user is trying to solve' (100% coverage). The tool description adds value by enumerating example query topics (e.g., A4 shipping labels, MyPost Business), which clarifies the expected input and compensates for abstract schema wording.

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 the tool finds resource links for specific topics (A4 shipping labels, 4x6 thermal printing, etc.), which is a specific verb+resource. It does not explicitly contrast with sibling tools, but the action of finding links is distinct from diagnosing or recommending.

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 when the user needs resource links for the listed topics, providing some context. However, it does not explicitly state when to prefer this tool over siblings like diagnose_shipping_label_workflow or recommend_label_printing_setup, nor does it offer exclusions.

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

recommend_label_printing_setupAInspect

Recommend a practical 4x6 thermal-label printing setup for Australian ecommerce sellers.

ParametersJSON Schema
NameRequiredDescriptionDefault
platformNoShipping or ecommerce platform
labelSizeNoLabel stock size4x6 / 100x150mm
printerModelNoThermal printer model
wantsAutomationNoWhether the seller wants automatic printing after downloading labels
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only mentions 'recommend', which implies advisory output, but does not explain what the recommendation includes (e.g., specific products, steps), how inputs affect it, or any limitations. This is minimal disclosure for a tool with no annotations.

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 a single, concise sentence that front-loads the key information: recommendation, label size, and target audience. There is no wasted verbiage; every word adds value.

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

Completeness3/5

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

Although the schema documents parameters well, the description lacks context about what the recommendation actually contains, how the inputs are used, or what the user will receive as output. With no output schema and no annotations, the description is too sparse to be considered fully complete, but it sufficiently conveys the overall purpose.

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?

The schema provides 100% description coverage for all four parameters (platform, labelSize, printerModel, wantsAutomation). The tool description does not add extra meaning beyond the schema, so a baseline score of 3 is appropriate.

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 function: it recommends a 4x6 thermal-label printing setup specifically for Australian ecommerce sellers. The verb 'recommend' is specific and the resource is well-defined, distinguishing it from sibling tools like diagnose_shipping_label_workflow and find_labelchop_resources.

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 the use case (Australian ecommerce sellers needing a label setup) but provides no explicit guidance on when to choose this tool over alternatives such as diagnosing workflows or finding resources. There are no exclusions or alternative references.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to buy, track, and refund Australian shipping labels (Aramex, etc.) via the Shippo API, with automatic cheapest-rate selection and no carrier contract required.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Connect any MCP-compatible AI to Royal Mail shipping. This server exposes five tools that let Claude, Cursor or any MCP client book orders, fetch postage labels, track shipments and cancel bookings through the official Click & Drop API.
    5
    17
    3
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to purchase UK shipping labels (Royal Mail Tracked 24/48 and more) via Shippo API, with automatic cheapest-rate selection, tracking, and refunds—no Royal Mail contract required.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources