Skip to main content
Glama

Server Details

Find polygraph (lie detector) offices, pricing and service info across the US, Canada and the UK.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 4 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: finding offices, checking booking status, getting pricing, getting service info, and starting a booking. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., find_offices, get_booking_status). Predictable and easy to understand.

Tool Count5/5

Five tools cover the essential operations for a lie detector test booking service: location search, pricing, info, booking initiation, and status check. Not excessive or insufficient.

Completeness4/5

The set covers the main user journey but lacks a tool for updating or cancelling a booking. However, such actions are handled on the website, so the surface is mostly complete for agent interaction.

Available Tools

5 tools
find_officesA
Read-only
Inspect

Find lie detector (polygraph) test offices near a place. Search by city, state/region, or country (United States, Canada, or United Kingdom). Returns each matching office with its address, all-inclusive prices, and a booking link.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum offices to return (1-50, default 15).
queryYesA city, state/region, or country, e.g. "Miami", "Florida", "London", "Ontario".
Behavior4/5

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

Annotations already indicate a read operation (readOnlyHint=true). The description adds valuable behavioral context by listing the returned fields (address, prices, booking link) and confirming search scope (US, Canada, UK). No contradictions.

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 sentences, front-loaded with purpose. Every sentence adds value with no redundancy.

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 office locator tool with no output schema, the description sufficiently covers what it does, how to use it, and what it returns. Minor missing details like ordering or pagination are not critical.

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?

Schema coverage is 100%, so the schema describes both parameters. The description adds usage nuances: examples for query (city, state, country) and default/max for limit, making the parameters more actionable.

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 ('Find') and clearly defines the resource ('lie detector (polygraph) test offices near a place'). It distinguishes from siblings, such as 'get_pricing' or 'start_booking', by focusing on discovery rather than transactions.

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 clearly states when to use the tool (search by city, state/region, or country) and specifies supported countries. It does not explicitly mention when not to use or direct users to alternatives, but the context is clear given sibling tools.

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

get_booking_statusA
Read-only
Inspect

Check the status of an existing confirmed booking by its reference (e.g. LDT-2026072062783). Returns the booking status and location. A booking started via start_booking is not confirmed until the person completes payment on the website.

ParametersJSON Schema
NameRequiredDescriptionDefault
booking_referenceYesThe booking reference, e.g. "LDT-2026072062783".
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that it returns status and location, and crucially highlights that bookings started via start_booking are not confirmed until payment, which is important behavioral context.

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 front-load the main purpose and include an example. Every sentence adds value with no waste.

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 simplicity (1 required param, no output schema), the description is complete: it states input format, expected return values, and critical payment 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?

With 100% schema coverage for one parameter, the description adds an example but does not significantly enhance meaning beyond the schema. Baseline 3 is appropriate.

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 checks the status of an existing confirmed booking by its reference, providing a specific example. It distinguishes from sibling tools like start_booking by noting that bookings are not confirmed until payment.

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 usage after booking creation and clarifies that a booking via start_booking is not confirmed until payment, giving context for when to use. However, it does not explicitly list alternatives or when not to use.

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

get_pricingA
Read-only
Inspect

Get polygraph examination pricing for a location. Returns the all-inclusive price tiers (single person, couple/two-person total, and group per-examinee) plus the non-refundable booking-fee deposit (fully refunded if we cannot accept your case or arrange your appointment) ($100 USD/CAD, or £150 in the UK).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesA city, state/region, or country, e.g. "Miami", "Texas", "United Kingdom".
Behavior4/5

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

Annotations provide readOnlyHint and openWorldHint. The description adds details about the return structure (price tiers, deposit) and the deposit's refund policy, which goes beyond annotations and offers useful behavioral context.

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 no redundancy. The first sentence states the primary purpose, and the second concisely details the return values and a key behavioral fact (deposit refund policy).

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?

There is no output schema, but the description outlines the return structure (price tiers, deposit) and a policy detail. It does not mention error handling or edge cases, but for a pricing tool this is largely sufficient, leaving little ambiguity.

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% for the single parameter 'query'. The description repeats the schema's explanation (city/state/country with examples) without adding new meaning, so it meets the baseline of 3.

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 'Get polygraph examination pricing for a location,' which clearly states the verb (get), resource (pricing), and scope (for a location). This distinguishes it from siblings like find_offices and start_booking.

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 is clear about what the tool returns but does not explicitly contrast with alternatives or mention when not to use it. However, the purpose is specific enough that usage context is implied, and no misleading guidance is present.

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

get_service_infoA
Read-only
Inspect

Get general information about the lie detector test service: what is offered, how booking works, the deposit and refund policy, the service area, and what happens after booking. Takes no arguments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

The description is consistent with the readOnlyHint annotation, indicating a safe read operation. No additional behavioral traits beyond what annotations provide are disclosed. The description adds minimal value beyond the annotation.

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, well-structured sentence that front-loads the purpose and lists key topics. It is concise without unnecessary information.

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 simplicity (no parameters, no output schema), the description thoroughly explains the scope of information returned, covering all relevant aspects of the service. It is complete for the intended use.

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?

With no parameters and 100% schema coverage, the baseline is 3. The description notes 'Takes no arguments,' which restates the schema but adds no new semantic meaning.

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 explicitly states the tool retrieves general information about the lie detector test service, listing specific topics such as offerings, booking, deposit/refund policy, service area, and post-booking. This clearly distinguishes it from sibling tools like find_offices or get_pricing.

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 use for an overview of the service, but does not explicitly state when to use versus when to use siblings or provide exclusion criteria. The context makes it clear enough, but lacks explicit directives.

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

start_bookingAInspect

Start a lie detector test booking for a person. Records the enquiry and returns a reference plus a ready-to-complete booking link with the office pre-filled. IMPORTANT: the person must finish on the website themselves — choose a time, accept the terms, sign the agreement, pay the non-refundable deposit (fully refunded if we cannot book you), and complete a short pre-examination assessment. An agent cannot sign or pay on their behalf. Do not put the person's contact details in any URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesFull name of the person to be tested (or the person booking).
emailYesContact email address.
phoneNoContact phone number (optional but recommended).
reasonNoShort reason/type of test, e.g. "infidelity", "employment", "legal" (optional).
locationYesCity, state/region or country for the test, e.g. "Miami", "Florida", "London".
service_typeYesOne of: single (one person), couple (two people), or group (three or more).
preferred_datesNoPreferred date(s)/time(s), free text, e.g. "Aug 5 afternoon or Aug 8 morning" (optional).
Behavior4/5

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

Annotations indicate a non-read-only (mutation) and non-destructive operation. The description adds that the tool returns a reference and a booking link with office pre-filled, and emphasizes that an agent cannot complete the booking, providing behavioral context beyond annotations.

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 short paragraphs: the first states the purpose and output, the second provides critical usage instructions. Every sentence adds value without redundancy, and the important warning is front-loaded.

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 no output schema and 7 parameters, the description covers the essential return values (reference and booking link) and the key user completion steps. It lacks details on error handling or booking link expiration, but is generally complete for the tool's complexity.

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% with clear parameter descriptions. The description adds the important note about not putting contact details in URLs, but does not elaborate on parameter meaning beyond the schema, so a baseline score of 3 is appropriate.

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 states 'Start a lie detector test booking for a person' with a specific verb and resource. It clearly distinguishes from sibling tools like find_offices or get_booking_status, as it initiates a new booking process.

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 explains when to use the tool (to start a booking) and importantly warns that the person must complete the process themselves, including choosing time, signing agreement, and paying. It does not explicitly mention alternatives, but the context is sufficient.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources