Skip to main content
Glama

Look up a Mac serial number

lookup_mac_serial
Read-onlyIdempotent

Check a Mac serial number: whether a verified Macfax report exists for it, plus the model and year decoded from Apple's data for pre-2021 serials. 2021+ Macs have 10-character randomized serials that encode nothing, so for those the honest answer is the format check and the report cross-reference. Lookup is advisory and cannot verify condition, Activation Lock, or possession; a Macfax report can.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialYesThe Mac's serial number: 10 alphanumeric characters on 2021+ Macs, 11-12 on older ones.

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, and non-destructive behavior. The description adds further context: it only decodes pre-2021 serials, cannot verify condition or Activation Lock, and is advisory only. 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.

Conciseness5/5

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

The description is extremely concise (two sentences) yet packed with essential information. The first sentence front-loads the main action and outputs; the second covers limitations. Every word earns its place.

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 tool's simplicity (one parameter, no output schema, comprehensive annotations), the description is complete. It covers what it returns, format expectations, and what it cannot do, leaving no major gaps for an agent to misinterpret.

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 input schema's parameter description already explains the serial format. However, the tool description elaborates on the character length differences (10 for 2021+, 11-12 for older), adding useful context beyond the schema. Schema coverage is 100%, so the description adds incremental value.

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 checks a Mac serial number for an existing Macfax report and decodes model/year for pre-2021 serials. It also specifies what it does not do (verify condition, Activation Lock, possession), making the purpose very specific and 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 mentions what the tool does and its limitations but provides no explicit guidance on when to use this tool over its siblings (e.g., get_mac_report, check_mac_listing). While it implies use for report existence and serial decoding, it lacks direct comparison or when-not instructions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct function: checking listing trust, creating alerts, fetching price stats, retrieving reports, serial lookup, and searching listings. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (check, create, get, get, lookup, search) with clear, descriptive names.

Tool Count5/5

6 tools cover the core domain of used Mac market info without being excessive or insufficient.

Completeness4/5

Covers search, trust check, pricing, reports, serial identification, and alerts. Minor gap: no tool to list or delete alerts, but core workflows are supported.