Skip to main content
Glama
mattgierhart

espresso-mcp

by mattgierhart

Find Espresso Near a Location

find_espresso_near

Find specialty espresso cafes ranked by quality near a location. See distance and score rationale for each from a curated database.

Instructions

Find ranked specialty espresso cafes within a radius of given coordinates. Returns cafes from the curated database sorted by espresso-quality score, with distance and score reasoning for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude in decimal degrees (-90..90).
lonYesLongitude in decimal degrees (-180..180).
limitNoMaximum number of cafes to return. Default 10.
min_scoreNoFilter out cafes below this espresso quality score (0-100). Default 50.
radius_kmNoSearch radius in kilometers. Default 2km.
Behavior4/5

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

With no annotations, the description carries the burden of disclosure. It reveals that results are sorted by espresso-quality score and include distance and reasoning, giving insight into output behavior. It does not mention rate limits or error handling, but for a read-only search tool, these are secondary.

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 deliver all key information: action, resource, filter criteria, ranking, and return details. No filler or redundant content.

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?

The description explains the core return aspects (sorted results, distance, score reasoning) but lacks a detailed output schema. It doesn't specify sorting direction (ascending/descending) or the exact response shape, but given the schema's thorough parameter coverage, this is adequate for a simple search tool.

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?

Input schema covers 100% of parameters with descriptive comments, so the description does not need to re-explain them. The description adds a slight behavioral context by mentioning coordinates and radius, but it doesn't go beyond the schema in explaining parameter usage.

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 function: finding ranked specialty espresso cafes near given coordinates. It distinguishes itself from siblings like search_cafes by specifying location-based search, sorting by espresso-quality score, and returning distance and score reasoning.

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 implies the primary use case: searching for cafes by proximity to specific coordinates. It does not explicitly mention when not to use this tool or suggest alternatives, but the context is clear enough for an agent to choose it over general search tools.

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/mattgierhart/espresso-mcp'

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