Skip to main content
Glama

listClientsPastConnections

Retrieve historical connection data of past network clients. Filter by time range, guest status, or search by name/MAC/SSID for targeted analysis.

Instructions

Get client past connection list with historical connection data. Returns information about clients that have previously connected to the network, including connection timestamps, traffic data, duration, and device details. Supports pagination, filtering by time range and guest status, sorting by last seen time, and fuzzy search by name/MAC/SSID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdNoOptional site ID. If not provided, uses the default site from configuration.
pageNoStart page number. Start from 1.
pageSizeNoNumber of entries per page. Range: 1-1000.
sortLastSeenNoSort by last seen time. Values: asc or desc. When multiple sorts exist, first one takes effect.
timeStartNoFilter by time range start timestamp (milliseconds).
timeEndNoFilter by time range end timestamp (milliseconds).
guestNoFilter by guest status (true/false).
searchKeyNoFuzzy search by name, MAC address, or SSID.
customHeadersNo
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses the read-only nature and return fields (timestamps, traffic, duration, device details), and mentions pagination, filtering, sorting, and fuzzy search, but could add more safety context.

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?

Two sentences with no fluff: first states purpose, second lists features. Every word adds value.

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?

The description covers the main features and return fields, but given 9 parameters and absence of output schema, it could elaborate on how to combine parameters or the exact structure of returned data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the schema by explicitly stating 'Supports pagination, filtering by time range and guest status, sorting by last seen time, and fuzzy search by name/MAC/SSID,' which maps directly to multiple parameters and their usage.

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?

The description states 'Get client past connection list with historical connection data' with specific details on returned data and supported features, clearly distinguishing it from sibling tools like getClient (current) and listClients (current list).

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

Usage Guidelines3/5

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

The description implies usage for historical connections but does not explicitly state when to use this tool over alternatives like listClientsActivity or getGridClientHistory, nor does it provide exclusions or preconditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/gaspareduard/Omada-mcp'

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