Skip to main content
Glama

Connect Wi-Fi presence bus

connect_wifi_presence_bus

Build a Wi-Fi presence scaffold that aggregates occupancy, defines dwell time buckets, and enforces privacy policies for device tracking.

Instructions

Create a Wi-Fi presence scaffold with aggregate occupancy rows, dwell buckets, privacy policy, adapter source, and device-privacy notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.wifi_presence_bus
activeNo
site_labelNovenue_floor
zone_countNo
adapter_urlNohttp://127.0.0.1:9088/wifi-presence
parent_pathNoParent COMP for the Wi-Fi scaffold./project1
adapter_modeNohttp_json
dwell_bucket_countNo
aggregate_window_secNo
Behavior4/5

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

The description adds behavioral context by enumerating what the scaffold includes (aggregate occupancy rows, dwell buckets, etc.), going beyond the basic openWorldHint and readOnlyHint annotations. It correctly implies a create operation (matching openWorldHint true) with no destructive side effects. No contradictions found, but it does not mention side effects like existing node modifications or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the action and resource, then lists key components. It is concise with no filler words. However, the list of components is dense and lacks expansion, making it efficient but potentially unclear without external context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 parameters, no required fields, low schema coverage, and no output schema, the description is insufficient for an agent to understand how to customize the scaffold or predict its return value. The tool relies heavily on defaults, but the agent has no way to know which parameters matter for a given use case. The description does not explain parameter relationships, constraints, or what happens after creation.

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

Parameters2/5

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

Schema description coverage is only 22% (2 of 9 parameters described). The description mentions concepts like 'dwell buckets' and 'adapter source' which map to parameters (dwell_bucket_count, adapter_url, adapter_mode), but it also introduces 'privacy policy' and 'device-privacy notes' that have no corresponding schema properties. It fails to explain most parameters (active, site_label, zone_count, parent_path, etc.) and does not compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a Wi-Fi presence scaffold with specific components (aggregate occupancy rows, dwell buckets, privacy policy, adapter source, device-privacy notes). This distinguishes it from sibling tools like generic bus connectors. However, the tool title says 'Connect' while the description says 'Create', creating a minor verb mismatch that could confuse agents looking for connection tools.

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 guidance is given on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or scenarios where other tools (e.g., create_blacktrax_tracking_bus) would be more appropriate. The agent receives no context for choosing this over similar scaffold/connect tools.

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/lucasmaher-hash/touch-designer-mcp'

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