Skip to main content
Glama
BxNxM
by BxNxM

Search Devices

search_devices

Search micrOS devices by UID, name, IP, note, module, function, or capability to identify matching devices and view complete function signatures before running commands.

Instructions

Find the right micrOS device and command syntax before run_command. Search by a device UID, name, IP address, note, module, function, or capability phrase. Results identify matching devices and show relevant modules with their complete function signatures and available documentation. Use fuzziness 0 for literal matching, 1 for conservative typo tolerance, or 2 for broader recovery. Set status to online or offline when live reachability matters. If a device or capability is missing, use discover_devices or discover_commands, then search again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDevice or capability text to search across cached identity, notes, modules, and complete function signatures. Multi-word queries retry with individual words only when the full query has no matches.
statusNoOptional live reachability requirement. Omit for any status.
fuzzinessNoSearch tolerance: 0 uses literal substrings, 1 allows close spellings (default), and 2 is broader.
includeStatusNoCheck live online/offline status for matched devices.
Behavior4/5

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

No annotations or output schema are provided, so the description carries the behavioral burden. It discloses search scope, fuzziness semantics, status filtering, and fallback behavior. It does not describe the exact result envelope or explicitly state read-only safety, but it provides substantial behavioral context beyond the schema.

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?

Four sentences, front-loaded with purpose and usage context. Every sentence adds decision-relevant information with no redundancy or filler.

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?

Given no output schema or annotations, the description covers the tool's domain, parameter choices, use timing, and fallback paths. The only gap is a precise description of the returned data structure, but the description states that results include devices and modules with function signatures and documentation, which is sufficient for invocation.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by listing searchable fields and explaining fuzziness levels (0 literal, 1 conservative typo, 2 broader) and when status is relevant. This goes beyond the schema's property descriptions.

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 opens with a specific verb and resource: 'Find the right micrOS device and command syntax before run_command.' It enumerates searchable attributes (UID, name, IP, note, module, function, capability) and distinguishes itself from sibling discovery/command tools by focusing on searching cached data to prepare for execution.

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

Usage Guidelines5/5

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

Usage context is explicit: use this before run_command. It names alternatives (discover_devices and discover_commands) for missing devices/capabilities and directs the user to search again after discovery. It also clarifies when status filtering matters.

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/BxNxM/micrOSMCP'

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