Skip to main content
Glama

BookingTruth Booking Assurance

Server Details

Verifies travel bookings against supplier-authoritative evidence; honest UNKNOWN verdicts.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-03-26
URL

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have entirely different purposes: one checks booking documents and returns verdicts, while the other lists supported suppliers. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both names use lowercase underscores and are reasonably clear, but booking_check is verb-final while supplier_coverage is a noun phrase. The grammatical pattern is slightly inconsistent.

Tool Count3/5

With only two tools, the server is quite thin and offers a single core action plus a metadata lookup. This is borderline but acceptable for a narrow booking-assurance sandbox.

Completeness4/5

The main booking-check workflow is covered, and supplier_coverage provides useful context about supported sources. Missing features like check history or batch checking are not clearly needed for the stated purpose.

Available Tools

2 tools
booking_checkVerify a booking (check)A
Read-only
Inspect

Parse booking/confirmation documents (emails, receipts) and return reconciled booking-state verdicts: confirmed/held/pending/cancelled/unknown, each with a citable proof packet. CONFIRMED is returned only on supplier-authoritative evidence; anything weaker returns UNKNOWN plus the indicated state. Sandbox: free, no signup.

ParametersJSON Schema
NameRequiredDescriptionDefault
documentsYesRaw booking documents to parse and reconcile.

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds valuable behavioral context: CONFIRMED is only returned on supplier-authoritative evidence, and anything weaker returns UNKNOWN plus the indicated state. This goes beyond the annotations, explaining the verification strictness and output semantics.

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 sentences, with the core action and output front-loaded. The first sentence packs the main purpose and state list, the second adds the confirmation threshold and sandbox note. No wasted words.

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?

With no output schema, the description carries the burden of explaining return values. It lists the possible verdict states and mentions the proof packet. It does not detail the proof packet structure or error handling, but for a single-parameter tool with clear scope, it is adequate. The sandbox note adds operational context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of the single parameter, so baseline is 3. The description adds meaning by specifying the expected document types (emails, receipts) and the parsing/reconciliation purpose, which helps the agent understand what to provide beyond the schema's generic 'raw booking documents' 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 states a specific action ('Parse booking/confirmation documents') and the resource (documents) with a clear output (reconciled booking-state verdicts). It is specific and distinguishes the tool's function, though it does not explicitly differentiate from the sibling tool 'supplier_coverage'.

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

Usage Guidelines3/5

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

The description explains what the tool does but does not provide explicit guidance on when to use it versus alternatives. It mentions the sandbox environment but no exclusionary conditions or alternate routing. Usage context is implied rather than stated.

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

supplier_coverageSupplier coverage listA
Read-only
Inspect

List suppliers BookingTruth can currently parse or look up, with per-supplier status (seeded/planned).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds that the list includes per-supplier status, but does not describe other behaviors like pagination or completeness. It is consistent with the annotations, so a 3 is appropriate.

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 a single, efficient sentence that front-loads the action and resource. No extraneous words or fluff, making it easy for an agent to parse quickly.

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 list tool with no parameters and no output schema, the description conveys the essential return value: suppliers and their status. It lacks detail on whether the list is exhaustive or how statuses are interpreted, but given the tool's simplicity, it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters and 100% schema coverage, the description does not need to explain parameters. It focuses on the output (suppliers and status), which is appropriate given there are no inputs to describe. Baseline 4 applies.

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 lists suppliers with per-supplier status (seeded/planned), using a specific verb and resource. It's unambiguous and distinct from the sibling tool, even without explicit differentiation.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the sibling booking_check. The description only states what it does, leaving the agent to infer the appropriate context without any explicit alternatives or conditions.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedbooking_check
    • First observedsupplier_coverage

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources