mac_address_format
ActiveTool of WingmanProtocol Agent Gateway
MAC Address Formatter / Decoder — Normalize a MAC address (colon/hyphen/dot/bare) to any style, extract its OUI prefix, and decode the IEEE 802 multicast (I/G) and locally-administered (U/L) bit flags.
Parameters schema
{
"type": "object",
"required": [
"mac"
],
"properties": {
"mac": {
"type": "string",
"description": "MAC address in any common separator style"
},
"output_format": {
"enum": [
"colon",
"hyphen",
"dot",
"bare"
],
"type": "string",
"description": "colon | hyphen | dot | bare (default colon)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries