Skip to main content
Glama

mac_lookup

Identify a MAC address's vendor from the bundled IEEE MA-L registry, decode multicast and locally-administered bits, and recognize randomized privacy MACs.

Instructions

Identify the vendor behind a MAC address from the full IEEE MA-L registry (about 40,000 assignments, bundled — no network), and decode the multicast and locally-administered bits. Explains randomised/privacy MACs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
macYesAny format: 00:1A:2B:3C:4D:5E, 00-1a-2b-3c-4d-5e, 001a.2b3c.4d5e, or just the first three octets.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It explicitly discloses that the lookup is bundled and works without network, notes the registry size, and mentions extra behavior around multicast, locally-administered bits, and privacy MACs. It doesn't cover error handling or output shape, but the core behavioral traits are well stated.

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 two compact sentences with no filler. Main behavior is front-loaded, and the registry/offline constraint plus secondary capabilities are conveyed efficiently.

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?

For a simple one-parameter read-only lookup, the description is nearly complete: input is fully documented in the schema, and the description explains offline behavior, registry scope, and what the tool can tell the agent. A note about the exact return format would be nice, but it is not essential here.

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 input schema already documents all accepted MAC formats with 100% coverage. The description adds no additional parameter-level meaning beyond the overall lookup purpose, so the baseline 3 applies.

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?

Uses a specific verb ('Identify') with a clear resource ('vendor behind a MAC address'), then adds the registry source and secondary decoding behavior. This clearly differentiates it from the sibling DNS, IP, and subnet tools.

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 makes the intended use case obvious: look up a MAC address vendor, including offline capability. It doesn't name alternatives or exclusion criteria, but the sibling tools are unrelated and the context is unambiguous enough for an agent to decide when to call it.

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/labaccessnow/netip-mcp'

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