Skip to main content
Glama

Search Systems

search_systems
Read-only

Find lab systems by hardware attributes and ownership. Filter by CPU, memory, architecture, hostname, owner, or pool to identify matching machines.

Instructions

Search Beaker systems by hardware attributes and ownership.

Find systems matching hostname, CPU, architecture, memory, pool, owner, and other criteria. All filters are combined with AND logic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archNoArchitecture filter: 'x86_64', 'aarch64', 's390x', 'ppc64le'.
poolNoBeaker pool name, e.g. 'rhelvirt-gating'.
userNoCurrent user (reserved by) username to filter by. Shows systems currently reserved by this user.
limitNoMaximum number of systems to return. Default: 10.
ownerNoOwner username to filter by, e.g. 'tasharma'. Exact match.
memoryNoMemory in MiB. Prefix with >= or <= for range, e.g. '>=131072' for 128GB+.
statusNoSystem status: 'Automated', 'Manual', 'Broken', or '' for any. Default: 'Automated'.Automated
hostnameNoHostname/FQDN substring to match, e.g. 'ampere-mtsnow' or 'nvidia-grace-hopper%'. Always a contains match.
cpu_coresNoCPU core count. Prefix with >= or <= for range, e.g. '>=64'.
cpu_modelNoCPU model number identifying microarchitecture. Intel family 6: 207=Emerald Rapids, 175=Sierra Forest, 173=Granite Rapids, 143=Sapphire Rapids, 106=Ice Lake, 85=Skylake/Cascade Lake, 79=Broadwell, 63=Haswell, 165=Comet Lake. AMD family 25: 17=Genoa, 1=Milan. AMD family 23: 49=Rome, 1=Naples. AMD family 26: Turin.
loaned_toNoUsername the system is loaned to. Shows systems currently loaned to this user.
cpu_familyNoCPU family number. Intel=6, AMD Zen3/4=25, AMD Zen1/2=23, AMD Zen5=26.
cpu_vendorNoCPU vendor string, e.g. 'GenuineIntel', 'AuthenticAMD', 'Ampere(R)'.
cpu_model_nameNoCPU model name substring to match, e.g. 'Xeon Gold'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4/5.0
Behavior4/5

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

With readOnlyHint:true in annotations, the description does not need to restate safety. It adds valuable behavior: 'All filters are combined with AND logic,' which clarifies how multiple parameters interact. It also provides example values and filter semantics, going beyond the annotation without contradicting it.

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?

The description is two short sentences that lead with the core purpose ('Search Beaker systems...') and follow with a concise expansion of criteria and filter behavior. Every word earns its place, with no redundancy or fluff. Ideal front-loading for quick scanning.

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?

The description covers what the tool does, the types of filters, and the AND logic, which is sufficient for a search tool. However, it does not mention behavior when no filters are provided (e.g., returns first N systems based on limit), though this is partially addressed by the schema's default limit. An output schema exists, so return values need no explanation. Sparse but adequate.

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?

Schema description coverage is 100%, so the baseline is 3. The description lists some parameter names (hostname, CPU, architecture, memory, pool, owner) but does not add new syntax or format details that are absent from the schema. It adds no extra semantic value beyond what the parameter descriptions already provide, so a 3 is appropriate.

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 clearly states the tool's purpose: 'Search Beaker systems by hardware attributes and ownership.' It lists specific criteria (hostname, CPU, architecture, memory, pool, owner) and distinguishes itself from siblings like list_systems (which likely lists all) and get_system_details (which fetches a single system). The intent is unmistakable and well-scoped.

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 implies usage: use this when you need to search systems by attributes, but it does not explicitly compare to alternatives like list_systems or get_system_details, nor does it state when not to use it. There are no when-to-use or when-not-to-use instructions beyond the obvious, so the usage guidance is implied rather than explicit.

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

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/faizbawa/mcp-beaker'

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