Skip to main content
Glama
erdos2n

Meticulous Espresso MCP Server

by erdos2n

get_current_shot

Retrieve the current espresso shot's data during brewing, returning a compact summary by default. Returns null if no shot is in progress.

Instructions

Get data for the shot currently being brewed (returns null if no shot is in progress). Defaults to a compact summary to avoid huge responses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verbosityNo'summary' (default) returns compact metadata and sampled trace; 'full' returns raw shot payload.summary
max_pointsNoMaximum number of points in summary trace preview.
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It transparently states the null return and the default compact summary to avoid huge responses, giving useful operational expectations. It could add more about response structure but covers the key behaviors.

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 concise sentences, front-loaded with the tool's purpose and followed by a relevant behavioral detail. Every word earns its place.

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?

For a simple read tool with no output schema, the description covers purpose, null behavior, and default output mode. It is complete enough for an agent to select and invoke the tool, though it could elaborate on what the summary contains.

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 adds no explicit parameter semantics beyond what is in the schema, though it hints at the 'compact summary' concept which relates to verbosity.

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 uses a specific verb ('Get') and resource ('shot currently being brewed'), clearly distinguishing it from siblings like get_last_shot and get_shot_history. It also adds a useful condition: returns null if no shot is in progress.

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 makes it clear when to use this tool (when you want the in-progress shot) and explicitly notes the null return for the no-shot case. It does not name alternative tools, but the context is sufficient given the sibling list.

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/erdos2n/meticulous-mcp-server'

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