Skip to main content
Glama
Dark-Hunt3r1

DeviceLens MCP

by Dark-Hunt3r1

devicelens_prepare_identification_test

Read-onlyIdempotent

Assess an identification test for a specific interface, determining if a manual test is appropriate and explaining why risky devices are excluded.

Instructions

Assess a user-operated identification test for one exact numbered interface.

Pass an interface number such as D03.2 from devicelens_explain_device. The result states whether a manual test is appropriate and why risky devices are excluded. DeviceLens never disables or enables the device; the user must perform and reverse any Device Manager action themselves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
interfaceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds that DeviceLens never disables or enables the device and that the user must perform and reverse Device Manager actions themselves, providing safety context beyond annotations.

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 concise, consisting of four sentences that front-load the purpose. No superfluous information, though it could be slightly more structured (e.g., bullet points).

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

Completeness3/5

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

With annotations covering safety and idempotency, and an existing output schema (not shown), the description provides adequate behavioral context. However, it does not explain the 'identification test' itself or error conditions, which may leave minor gaps for an AI agent.

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

Parameters3/5

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

The input schema has 0% coverage (no parameter description). The description compensates by explaining the parameter is an interface number from devicelens_explain_device and gives an example (D03.2). This adds meaning but lacks detailed format constraints or allowed values.

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 the tool assesses a user-operated identification test for one exact numbered interface, using a specific verb and resource. It mentions the output states whether a manual test is appropriate and why risky devices are excluded. While it doesn't explicitly differentiate from siblings, the purpose is unambiguous.

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 advises passing an interface number from devicelens_explain_device, offering a clear source. However, it does not specify when to use this tool versus alternatives (e.g., when not to use it), nor does it mention any prerequisites beyond the interface number.

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/Dark-Hunt3r1/device-lens-mcp'

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