Skip to main content
Glama

AI Deals Sentinel

get_offer

Full detail for one provider's offer, including caveats, access barrier, source_url and verified_at. On no match returns nearest candidates rather than an empty result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYesProvider or offer name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It usefully discloses the no-match fallback ('returns nearest candidates rather than an empty result') and the returned field set, but says nothing about auth requirements, rate limits, or explicitly confirming a read-only nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core purpose and followed by a genuinely useful edge-case note. Little waste, though tightly terse in places.

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 one-parameter lookup with no output schema or annotations, the description covers what is returned and how no-match behaves. Adequate, though usage routing and richer behavioral cues remain absent.

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 single 'provider' parameter is fully documented in the schema. The description adds no extra meaning (e.g., format, ambiguity handling) beyond what the schema provides, so the baseline 3 applies.

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?

States a specific verb+resource: retrieving 'full detail for one provider's offer,' which is clearly a single-record lookup rather than a search. It does not, however, name or differentiate against sibling find_free_inference, which performs a similar discovery function.

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?

The description gives no explicit when-to-use, when-not, or alternative guidance. Missing an opportunity to route the agent between this and find_free_inference for bulk/exploratory lookups.

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