Skip to main content
Glama

Check trial terms

trial_terms
Read-onlyIdempotent

Evaluate a live US consumer subscription trial offer. Supply observed availability, duration, card, and auto-conversion facts; the tool returns UNKNOWN instead of inferring current offers from static data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesPlan type. Currently only 'individual' plans are supported.
regionYesRegion code. Currently only 'US' is supported.
vendorYesVendor identifier (lowercase, underscore-separated).
offer_confirmedNoFor account- or promotion-specific trials, whether a live offer has been confirmed for this account.
observed_trial_daysNoTrial duration shown by the confirmed live offer. Required when offer_confirmed is true for a variable offer.
observed_auto_convertsNoWhether the confirmed live offer converts to a paid subscription after the trial.
observed_card_requiredNoWhether the confirmed live offer requires a payment card.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
vendorNo
messageYes
verdictYes
trial_daysNo
source_hashNo
evaluated_atNo
auto_convertsNo
card_requiredNo
rules_versionNo
policy_versionNo
rulebook_resultNo
trial_availableNo
required_contextNo
policy_source_urlNo
policy_last_checkedNo
policy_source_notesNo
policy_last_verified_utcNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint, idempotentHint, and destructiveHint. The description adds value by disclosing that the tool returns UNKNOWN when observed facts are missing, which is beyond the annotations. No contradiction.

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 consists of two clear sentences that are front-loaded with purpose and a key behavior. Every sentence adds value, with no redundant or extraneous information.

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 full schema, annotations, and presence of an output schema, the description covers the core behavior and data requirements. It implicitly notes the US-only and individual plan constraints via the schema, but could be slightly more explicit about output behavior. Still, it is fairly complete.

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 baseline is 3. The description groups parameters into 'availability, duration, card, and auto-conversion facts' but does not add new meaning beyond the schema's individual descriptions.

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 verb 'evaluate' and the resource 'live US consumer subscription trial offer', distinguishing it from sibling tools that deal with penalties and eligibility. It also clarifies the tool's unique behavior of returning UNKNOWN instead of inferring from static data.

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 (supply observed facts) and what it does not do (infer from static data), but does not explicitly mention when not to use it or compare with siblings. The context is clear but lacks explicit exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool evaluates a distinct policy aspect (cancellation penalty, refund, return, trial terms) with no overlap.

Naming Consistency5/5

All names follow a consistent snake_case pattern with a clear noun_qualifier structure (e.g., cancellation_penalty).

Tool Count5/5

Four tools is well-scoped for evaluating core subscription policies without redundancy.

Completeness4/5

Covers cancellation, refund, return, and trial policies comprehensively, though minor gaps like modification policies exist but are outside scope.