Skip to main content
Glama

Server Quality Checklist

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

  • Disambiguation5/5

    There is only one tool, so there is no possibility of ambiguity or misselection between tools. The single tool has a clearly defined purpose of building a shareable trip link.

    Naming Consistency4/5

    With only one tool, naming consistency is inherently satisfied. The name build_trip_link follows a clear verb_noun pattern, though there isn't enough surface area to fully assess a naming convention across multiple tools.

    Tool Count2/5

    A single tool is quite thin for a travel-related server. While build_trip_link is a meaningful operation, a domain like trip planning typically warrants additional tools (e.g., adding places, updating trips, listing saved trips), making this feel like an under-scoped server.

    Completeness1/5

    The server provides only a build operation with no ability to inspect, modify, delete, or list trips. The tool creates a link on demand, but there is no supporting surface to manage or retrieve trip data, making the domain coverage severely incomplete.

  • Average 4.5/5 across 1 of 1 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
    • Last stable release on
    • 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.

  • Tools from this server were used 2 times in the last 30 days.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

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

  • Behavior5/5

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

    No annotations were provided, so the description carries the full burden, and it delivers richly. It discloses that nothing is sent anywhere (trip rides in URL fragment, browsers never transmit), that the link is private and editable without an account, and that the tool will not guess locations from names. These are exactly the behaviors an agent needs to know for safe use.

    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 information-dense and front-loaded with purpose and trigger phrases. However, it is quite long and includes some somewhat verbose stylistic flourishes ('they are theirs, free, and keepable for years') that could be trimmed. The repeated emphasis on coordinates could be consolidated. Still, every major point earns its place.

    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?

    For a complex tool with nested objects, 2 required params, and 100% schema coverage plus rich behavioral disclosure, the description is thorough. It covers purpose, triggers, privacy/transmission behavior, coordinate requirements, personal-data cautions, and account-free accessibility. No significant gaps given the output is a simple link and schema covers parameters fully.

    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 coverage is 100%, so the schema already documents all parameters including nested lat/lng/name/mode/lodging fields. The description adds the crucial caveat that coordinates are mandatory and place names must be resolved first, which complements the schema. But nested parameter semantics are already thoroughly self-documented, so the description adds modest marginal value.

    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 starts with a clear, specific verb+resource: 'Builds a link that opens the whole plan as a private, editable map at its own address.' It captures the trigger scenario ('send me that', 'save this trip'), and the value proposition (no account/card/app). Purpose is unambiguous and specific.

    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?

    It explicitly states WHEN to use ('when someone has planned a trip and needs somewhere real to put it') and gives concrete trigger phrases. It also provides critical usage caveats — supply coordinates first, resolve place names, don't put personal details — and explains the tool fails without coordinates because it can't guess locations. This is exemplary usage guidance.

    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

thistripbtw-mcp MCP server

Copy to your README.md:

Score Badge

thistripbtw-mcp 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/peterbartsch/thistripbtw-mcp'

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