Skip to main content
Glama
sgerlach

grr-gaggiuino-mcp

by sgerlach

select_profile

Activate a brewing profile by numeric ID to configure the machine for the next shot. List available profiles with get_profiles before selection.

Instructions

Activate a brewing profile by its ID. The machine will use this profile for the next shot. Get available profile IDs using get_profiles first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesProfile ID to activate
Behavior3/5

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

With no annotations, the description carries the burden. It discloses the main behavioral effect (activation for the next shot) and the need to call get_profiles first, but does not mention side effects like persistence, reversibility, or error behavior for invalid IDs.

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 short, focused sentences. The first states the action and effect; the second provides an actionable instruction. No filler or 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?

Given the tool's simplicity (one parameter, no output schema, siblings are all getters), the description covers purpose, effect, and prerequisite. Slight gap is the absence of error/edge-case handling, but for a simple activation it is adequately complete.

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% for the single 'id' parameter. The description adds no extra meaning beyond 'by its ID,' which is already captured in the schema, so it meets the baseline but does not exceed it.

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 states a specific verb ('Activate') and resource ('brewing profile'), and clearly distinguishes the tool's action from the sibling getter tools by explaining the effect ('machine will use this profile for the next shot').

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?

Provides an explicit prerequisite: 'Get available profile IDs using get_profiles first.' This conveys when to use the tool and the necessary prior step, but does not mention scenarios where this tool should not be used or alternatives beyond the prerequisite.

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/sgerlach/grr-gaggiuino-mcp'

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