Skip to main content
Glama

Get deal

get_deal
Read-onlyIdempotent

Get the full record for one offer by id (e.g. coinbase-exchange, ledger-flex).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesOffer id from search_deals or /deals.json.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

With readOnlyHint=true and idempotentHint=true, the annotations already cover the safety profile of the operation. The description adds that it returns the 'full record' for one offer, which is useful, but it does not elaborate on response shape or any other behavioral details.

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, front-loaded sentence with no filler. Every part—action, resource, uniqueness, and examples—earns its place.

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?

For a simple one-parameter lookup with strong annotations and full schema coverage, the description is complete enough for correct invocation. The lack of an output schema is offset by the explicit statement that the tool returns the 'full record.'

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 baseline is 3, but the description adds concrete id examples ('coinbase-exchange, ledger-flex') that clarify the expected format beyond the schema's generic 'Offer id' phrasing. This extra context helps an agent pick a valid value.

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 ('Get') and resource ('full record for one offer by id'), clearly distinguishing this from a search/list operation like search_deals. It also provides concrete id examples, making the tool's purpose unambiguous.

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 implies the tool is for looking up a single offer once an id is known, but it does not explicitly state when to choose this over get_buying_guide or search_deals. The schema's id description points to search_deals as a source, but the main description itself leaves the routing mostly implied.

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