Skip to main content
Glama

Search Systems

search_systems
Read-only

Search Beaker systems by hardware attributes: CPU, architecture, memory, pool, and more. All filters combine with AND logic.

Instructions

Search Beaker systems by hardware attributes.

Find systems matching CPU, architecture, memory, pool, and other hardware 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'.
limitNoMaximum number of systems to return. Default: 10.
memoryNoMemory in MiB. Prefix with >= or <= for range, e.g. '>=131072' for 128GB+.
statusNoSystem status: 'Automated', 'Manual', 'Broken'. Default: 'Automated'.Automated
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.
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
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description is not required to restate safety. It adds value by disclosing that filters use AND logic, which is a behavioral trait not covered by annotations. No contradictions.

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?

Two concise sentences: first states the action and resource, second explains the filter logic. Every word earns its place; no redundancy or unnecessary detail.

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 the existence of an output schema (mentioned in context signals), the description does not need to explain return values. It adequately covers the tool's core behavior, though it could briefly note that the tool returns a filtered list of systems.

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 schema already fully documents each parameter. The description merely summarizes the parameter categories ('CPU, architecture, memory, pool') without adding any new semantic detail beyond what's in the schema.

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.' It specifies the verb 'search' and the resource 'systems,' and distinguishes itself from sibling tools like list_systems (which likely lists all) by focusing on hardware attribute filtering.

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 provides one key usage guideline: 'All filters are combined with AND logic.' However, it does not explicitly state when to use this tool versus alternatives like list_systems or get_system_details, nor does it mention any prerequisites or exclusions.

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

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