Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSID_API_KEYNoOptional API key to raise rate limits. Get one at https://ssid.ai/api-docs
SSID_API_BASENoBase URL for the ssid.ai API. Defaults to the official API.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lookup_macA

Identify the manufacturer (vendor) behind a MAC address from its OUI, and detect randomized/private (locally-administered) addresses used by modern phones. Returns vendor, OUI, kind, randomized flag, confidence and the source.

submit_correctionA

Propose a fix to a router model's default gateway IP, username, password, credential type, or reset steps on ssid.ai. Requires an official manufacturer source URL (never an aggregator/forum). Queued for verification — never applied automatically. Use the router's slug from ssid.ai/routers/.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one looks up MAC addresses, the other submits corrections for router defaults. No overlap or ambiguity.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern in snake_case: lookup_mac and submit_correction. The naming is predictable and clear.

Tool Count4/5

With only 2 tools, the set is slightly thin but justified by the narrow scope. It's not excessive or insufficient for a focused server.

Completeness2/5

The domain appears to cover MAC lookup and router default credentials, but there is no tool to retrieve existing router info or query defaults. Users can only submit corrections, leaving a significant gap in read access.

Maintenance

ActivityMaintained
ResponsivenessNo issues