Skip to main content
Glama

Hilt Pay Agent Commerce

Get Hilt Pay Offer

hilt_get_offer

Get Hilt's canonical agent-commerce offer, interfaces, products, prices, and buying paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It correctly implies a read operation ('get') but does not explicitly state read-only behavior, side effects, authentication requirements, or rate limits. This leaves uncertainty for the AI agent.

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 one concise sentence (13 words) that front-loads the verb 'Get' and directly states what is retrieved. Every word is necessary, and there is no fluff.

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

Completeness3/5

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

Given the tool has no parameters and no output schema, the description provides the core functionality. However, it lacks behavioral context (e.g., read-only assurance, response format). It is adequate but could be more complete by adding safety or usage notes.

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 input schema has no parameters (0 required), and schema description coverage is 100%. Per guidelines, 0 parameters yields a baseline of 4. The description adds no parameter information, which is acceptable given the absence of parameters.

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 retrieves 'Hilt's canonical agent-commerce offer' including specific components (interfaces, products, prices, buying paths). This distinguishes it from sibling tools like hilt_get_catalog (catalog only) and hilt_get_pricing (pricing only), providing a specific verb-resource combination.

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 alternatives such as hilt_get_catalog or hilt_get_pricing. The description implies it is for the full offer but does not explicitly state use cases or 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.

Resources