Skip to main content
Glama
Scofield81

Android Control MCP

by Scofield81

bluetooth_toggle

Toggle Bluetooth on or off on an Android device via ADB, enabling quick control of wireless connectivity for testing or automation.

Instructions

Bluetooth be- vagy kikapcsolasa.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialNo
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the core toggle action and does not mention side effects, permission requirements, device connectivity impacts, or any other behavioral traits.

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 concise phrase with no superfluous words. It is front-loaded with the core purpose, though its brevity leaves gaps that other dimensions penalize.

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?

Given the lack of annotations and zero schema description coverage, the description is not complete enough for an agent to confidently invoke the tool. It lacks parameter meaning, usage context, and behavioral details, even though the tool itself is simple.

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 missing parameter explanations. It does not mention the required 'enabled' boolean or the optional 'serial' parameter at all, providing no semantic value beyond the parameter names themselves.

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 'Bluetooth be- vagy kikapcsolasa' clearly states the action (turning Bluetooth on or off) and the resource (Bluetooth). It is specific enough, though it does not explicitly differentiate from sibling tools like wifi_toggle or airplane_mode_toggle.

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?

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no mention of situations where toggling Bluetooth might be appropriate or inappropriate. The usage context is entirely absent.

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