Skip to main content
Glama
zhdenny

Bar Assistant MCP Server

by zhdenny

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation4/5

    The three tools have distinct primary purposes: get_ingredient_info focuses on ingredient details and substitutions, get_recipe retrieves specific cocktail recipes, and smart_search_cocktails searches for cocktails based on various criteria. However, there is some functional overlap between get_recipe and smart_search_cocktails, as both can return complete recipes, which could cause minor confusion for an agent deciding which to use for recipe retrieval.

    Naming Consistency4/5

    The tool names follow a consistent verb_noun pattern (get_ingredient_info, get_recipe, smart_search_cocktails), which is clear and predictable. The only minor deviation is that smart_search_cocktails uses an adjective (smart) before the verb_noun structure, but this is still readable and maintains overall consistency.

    Tool Count5/5

    With three tools, this server is well-scoped for a bar assistant domain, covering key areas like ingredient information, recipe retrieval, and cocktail search. Each tool serves a distinct and valuable function, and the count is neither too sparse nor overwhelming, making it easy for an agent to navigate and use effectively.

    Completeness3/5

    The toolset covers core functionalities for a bar assistant, such as ingredient lookup, recipe fetching, and cocktail search. However, there are notable gaps in the lifecycle coverage; for example, there are no tools for creating, updating, or managing cocktails or ingredients (e.g., add_recipe, update_ingredient), which limits the server's utility for more interactive or creative tasks beyond retrieval and search.

  • Average 4.2/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 9 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by specifying the comprehensive nature of the response format (detailed information, complete recipes, substitution notes, etc.), which goes beyond basic parameter documentation. However, it doesn't address potential limitations like rate limits, authentication needs, or what happens with invalid ingredient names, leaving some behavioral aspects unclear.

    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 well-structured with clear sections (Use Cases, Response Format, Examples) that make it easy to scan. Every sentence adds value without redundancy. The examples provide concrete illustrations of tool usage. The formatting with bold headers enhances readability while maintaining brevity.

    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 has an output schema (context signals indicate 'Has output schema: true'), the description doesn't need to explain return values in detail. The 'Response Format' section provides a helpful overview of what information will be returned, which complements the output schema well. The examples further clarify expected behavior. For a single-parameter lookup tool with good output schema support, this description provides adequate context.

    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?

    The input schema has 100% description coverage, with the single parameter 'ingredient_name' clearly documented in the schema. The description doesn't add any additional parameter semantics beyond what the schema provides (e.g., format examples, validation rules, or edge cases). According to scoring rules, when schema_description_coverage is high (>80%), the baseline is 3 even with no param info in the description.

    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 the tool's purpose as 'Get comprehensive information about cocktail ingredients and their usage,' which is a specific verb+resource combination. It distinguishes from sibling tools like 'get_recipe' (which focuses on specific cocktail recipes) and 'smart_search_cocktails' (which searches for cocktails) by emphasizing ingredient-centric information. However, it doesn't explicitly contrast with these siblings in the description text itself.

    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 'Use Cases' section provides clear context for when to use this tool, including ingredient research, substitution guidance, usage exploration, and flavor profile understanding. This gives practical guidance on appropriate scenarios. However, it doesn't explicitly state when NOT to use this tool or mention alternatives like the sibling tools for recipe-specific or cocktail-search tasks.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes performance characteristics (e.g., '5-10x faster than sequential requests', '70%+ cache hit rate'), error handling ('individual failures don't break entire batch'), and response format details. However, it doesn't explicitly mention whether this is a read-only operation or if it requires authentication, leaving some behavioral aspects implicit.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness3/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with clear sections (e.g., 'Batch Processing System', 'LLM Usage Patterns'), but it's quite lengthy with multiple subsections and performance examples. While all content is relevant, it could be more front-loaded; the core purpose appears in the first sentence, but detailed usage patterns come later. Some redundancy exists between the description and schema descriptions.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (6 parameters, batch processing capabilities) and the presence of an output schema (implied by 'Has output schema: true'), the description is highly complete. It covers purpose, usage guidelines, behavioral traits, parameter interactions, performance characteristics, and response format details. The output schema likely handles return values, so the description appropriately focuses on other contextual aspects.

    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 schema already documents all six parameters thoroughly. The description adds value by organizing parameters into usage patterns ('Input Methods') and explaining how they interact (e.g., 'Mixed Batch' combining names and IDs), but doesn't provide significant semantic information beyond what's in the schema descriptions. This meets the baseline for high schema coverage.

    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 purpose: 'Advanced recipe retrieval with powerful batch processing for multiple cocktails.' It specifies the verb ('retrieval') and resource ('recipes'), and distinguishes from siblings like 'get_ingredient_info' and 'smart_search_cocktails' by focusing on recipe retrieval rather than ingredient information or search functionality.

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

    Usage Guidelines5/5

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

    The description provides explicit guidance on when to use this tool through the 'LLM Usage Patterns' section, listing scenarios like single recipe requests, recipe comparison, menu planning, variation exploration, and research mode. It also offers detailed 'Input Methods' with specific use cases for each parameter combination, helping the agent choose appropriate inputs based on context.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

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

    With no annotations provided, the description carries full burden for behavioral disclosure. It does an excellent job describing performance characteristics (parallel processing, 5-10x speed improvement, caching system, error resilience), operational limits (default: 20, max: 50), and response format details. However, it doesn't mention authentication requirements, rate limits, or potential costs, which would be helpful for a production tool.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with clear sections (Batch Processing System, Use Cases, Examples, Response Format, Performance Features) and uses emojis for visual organization. While comprehensive, it's somewhat lengthy; some details about caching TTL management and error isolation could be condensed. Every section adds value, but the front-loaded 'PREFERRED TOOL' designation could be more prominent.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (13 parameters, batch processing capabilities) and the presence of an output schema (which handles return value documentation), the description provides excellent contextual completeness. It covers purpose, usage scenarios, behavioral characteristics, performance features, and response format details, making it fully adequate for an agent to understand when and how to use this tool effectively.

    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 schema already documents all 13 parameters thoroughly. The description adds some context about batch processing implications (e.g., 'Triggers similarity batch processing' for similar_to, 'Combines with other filters for batch processing' for ingredient) but doesn't provide significant additional parameter semantics beyond what's in the schema. Baseline 3 is appropriate when schema does the heavy lifting.

    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 this is an 'Advanced cocktail search with intelligent batch processing and complete recipes,' specifying the verb (search), resource (cocktails), and key capabilities (batch processing, complete recipes). It distinguishes from sibling tools get_ingredient_info and get_recipe by emphasizing search functionality with batch processing rather than single-item retrieval.

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

    Usage Guidelines5/5

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

    The description provides explicit usage guidance with a dedicated 'Use Cases' section listing six specific scenarios (general searches, similarity queries, ingredient-based, flavor profiles, complex filtering, batch comparisons). It also includes batch processing examples showing how to structure different types of queries, giving clear when-to-use examples.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

bar-assistant-mcp-server MCP server

Copy to your README.md:

Score Badge

bar-assistant-mcp-server MCP server

Copy to your README.md:

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/zhdenny/bar-assistant-mcp-server'

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