Skip to main content
Glama

coinrebate

get_compliant_exchanges

Read-onlyIdempotent

Get exchanges available in a specific country, filtered by the CoinRebate compliance matrix. Essential for regulatory compliance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesISO 3166-1 alpha-2 country code (e.g. US, CN, BR, VN, PH, IN)
purposeNoTrading purpose filter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes
purposeYes
exchangesYes
compliance_noticeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds that results are filtered by the CoinRebate compliance matrix, which is a behavioral detail beyond the safety profile. However, it does not disclose return format, pagination, or error behavior.

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, concise sentence that front-loads the core function. Every word is useful, and there is no redundancy or filler.

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?

The tool is simple and read-only, with an output schema present (covering return format). The description covers the main function and the compliance filter. The optional purpose filter is not mentioned in the description, but it is fully documented in the schema, so the overall context is adequate.

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 both parameters (country with ISO 3166-1 alpha-2 and purpose enum) are fully documented in the schema. The description adds no extra meaning to the parameters, so the baseline of 3 applies.

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 a specific verb ('Get') and resource ('exchanges available in a specific country, filtered by the CoinRebate compliance matrix'), which immediately distinguishes it from sibling tools focused on fees, referrals, and news. The purpose is unambiguous and contextually relevant.

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 usage for regulatory compliance queries but does not explicitly state when to use this tool over alternatives or when not to use it. No exclusion criteria or alternative tools are mentioned, so guidance is only 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.