Skip to main content
Glama

Netmon (demo)

arp_lookup

Read-onlyIdempotent

Performs an ARP lookup to find the MAC address for a given Local IP address. A suitable network interface is automatically selected. The list of all suitable interfaces found is also returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_ipYesThe target Local IP address to look up.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint: false, so the safety profile is covered. The description adds useful behavioral context by revealing that a network interface is automatically selected and that the tool also returns the list of all suitable interfaces found. It does not contradict 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 two sentences with no filler. The core action and purpose are front-loaded, and the second sentence adds a relevant behavioral detail without unnecessary elaboration.

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 single-parameter, annotation-covered tool, the description is mostly adequate, but no output schema exists and the description does not specify the response format or error behavior. It also does not state what happens if no suitable interface is found or if the MAC address cannot be resolved, which an agent would need to handle failures correctly.

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 has 100% coverage for the single parameter target_ip, and the description's mention of 'Local IP' essentially repeats the schema description. The description adds no new semantic detail beyond what the structured schema already provides, so the baseline score of 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?

Description states a specific verb and resource: performs an ARP lookup for a Local IP to find its MAC address. It also adds a distinguishing behavior (automatic interface selection) and clearly separates it from broader sibling tools like arp_table by focusing on single-address lookup.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is provided. It never mentions alternatives such as arp_table or ping, nor does it state conditions like 'use this for a single local IP instead of the full ARP table.' The usage context must be inferred entirely from the name and description.

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.