Skip to main content
Glama
mikesplore
by mikesplore

pair_bluetooth_device

Pairs a Bluetooth device to the host system using its address, enabling wireless connectivity and remote use.

Instructions

Pair with a Bluetooth device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false, establishing this is a state-changing operation. The description adds no behavioral context beyond 'Pair', such as side effects like initiating device discovery, requiring user confirmation, or persisting bonding. No contradiction exists, but the description does not enrich the annotation-provided safety profile.

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

Conciseness3/5

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

The description is a single short sentence with no wasted words, which earns credit for conciseness. However, it is under-specified — it lacks essential usage and parameter details, making it more minimal than substantive.

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 one required parameter that is entirely undocumented, no output schema, and no usage guidance, the description is not complete enough for an agent to call the tool correctly. The low complexity of the tool (one parameter) is offset by the complete absence of parameter semantics and behavioral context.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented 'address' parameter. It does not: the description never mentions the address field, its format (MAC address?), or how to obtain it. This is a critical gap for correct invocation.

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 uses a specific verb ('Pair') and a clear resource ('a Bluetooth device'), distinguishing it from sibling tools like list_bluetooth_devices and unpair_bluetooth_device. However, it doesn't clarify whether 'pair' means simple connection or permanent bonding, which is a minor ambiguity.

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 provided on when to use this tool versus alternatives. The description does not mention prerequisites (e.g., Bluetooth enabled, device discoverable) or contrast with list_bluetooth_devices or unpair_bluetooth_device. The agent must infer usage from the tool name alone.

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

Deploy Server

Other Tools