Mac
macMAC Vendor: OUI → hardware vendor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
macMAC Vendor: OUI → hardware vendor
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It does not disclose anything about read-only nature, rate limits, error handling, or output structure. The single phrase 'MAC Vendor: OUI → hardware vendor' only states a mapping without any behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely brief, but brevity is not conciseness when it omits essential information. It is a noun phrase rather than a sentence, and it does not earn its place by providing actionable detail. It is under-specified rather than efficiently written.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 required fields), the description could still be considered complete if it explained the input format and expected output. It does neither. Even with a simple lookup, an agent needs to know how to format the query and what result to expect, both of which are missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one parameter 'q' with no description and 0% schema description coverage. The description does not explain what 'q' should contain (e.g., a MAC address or OUI prefix). It adds no semantic value beyond the schema's bare existence.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a mapping from OUI to hardware vendor, which clearly indicates the tool's purpose as a lookup. However, it lacks an explicit verb like 'lookup' or 'resolve', and it does not distinguish itself from sibling tools like macvendorlookup or macvalid, which may serve overlapping functions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. The description does not mention context, prerequisites, or exclusions. An agent has no information about when this tool is preferred over similar MAC lookup tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.