Skip to main content
Glama
nhantour

io.github.nhantour/genie-locker

by nhantour

Find GenieLocker agent and inference recipes

genie_recipes
Read-onlyIdempotent

Search recipes by maturity, category, or text. Filter stage to commercial to access live inventory.

Instructions

Search the public recipe menu by maturity, category, or text. The stage field is authoritative: only stage=commercial is live inventory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoCase-insensitive search across use case, buyer, promise, and recipe name.
stageNoFilter by evidence/commercial maturity.
categoryNoCase-insensitive category substring.
Behavior4/5

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

Annotations already declare readOnly, idempotent, and openWorld hints. The description adds valuable behavioral context by noting that the stage field is authoritative and only stage=commercial represents live inventory, going beyond the annotations. No contradiction.

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 sentences, immediately states the action, and contains zero filler. It is perfectly concise and front-loaded.

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 small number of optional parameters (3), complete schema coverage, and rich annotations, the description provides sufficient context. It covers search dimensions and the key stage nuance. The lack of an output schema is not an issue since this is a search tool, and return format is implied. Minor room for improvement could be mentioning pagination or result scope.

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?

The schema covers all parameters with 100% description coverage, so the baseline is 3. The description adds semantic value by mapping 'maturity, category, or text' to parameters and specifically highlighting that stage is authoritative, which enriches the stage parameter's meaning.

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 'Search the public recipe menu by maturity, category, or text' which is a specific verb+resource. It does not explicitly distinguish from sibling tools like genie_catalog, so it falls short of a 5.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool ('Search the public recipe menu') and adds important guidance about the stage field being authoritative, with only stage=commercial being live inventory. However, it does not mention alternatives 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/nhantour/genie-locker'

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