Skip to main content
Glama

mister_search

Search the MiSTer-FPGA ROM library by name to find retro games. Returns matching games with details like system and storage location. Filter results by platform for targeted discovery.

Instructions

Search the MiSTer-FPGA ROM library by name. Returns matching games with name, path, system, and storage location. Use 'system' to filter by platform. Results are fuzzy-matched and ranked by relevance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default: 20)
queryYesSearch query (e.g. 'zelda', 'street fighter')
systemNoSystem filter (e.g. 'SNES', 'MegaDrive', 'PSX')
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses critical behavioral traits: fuzzy-matching algorithm, relevance ranking, and specific return fields (name, path, system, storage location). Missing only minor details like error behavior when no matches found.

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, each serving distinct purpose: operation definition, return value specification, parameter usage hint, and matching algorithm disclosure. Perfectly front-loaded with no redundancy.

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?

Compensates well for missing output schema by enumerating return fields. With complete input schema (100% coverage) and clear behavioral description, the tool definition is sufficiently complete for invocation despite having no annotations.

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%, establishing baseline 3. Description adds concrete query examples ('zelda', 'street fighter') and clarifies that 'system' filters by 'platform', adding semantic value beyond the schema's mechanical 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?

Specific verb 'Search' with clear resource 'MiSTer-FPGA ROM library' and scope 'by name'. Distinct from sibling mister_launch (execution) and mister_systems (platform listing) by focusing on ROM content retrieval.

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?

Provides implied usage guidance by describing the 'system' parameter for platform filtering and noting fuzzy-matching behavior. However, lacks explicit guidance on when to use this versus mister_launch or mister_systems, and no 'when-not' caveats are provided.

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/catallo/misterclaw'

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