Skip to main content
Glama

country_support

Return features available per supported country (AU, IN, UK, US, CA, AE, SG, NZ).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoSingle ISO country code. Omit for the full matrix.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations provided, so the description carries full burden. It only says 'Return features', implying a read operation, but does not disclose any behavioral traits such as idempotency, rate limits, or return format. For a simple read tool, this minimal transparency is a gap.

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 sentence with no wasted words. It front-loads the key information: what the tool does and the supported countries. Ideal conciseness for a simple lookup tool.

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's simplicity (1 optional param, no output schema), the description is adequate but lacks details about the return format or possible errors. The mention of 'full matrix' in the schema is not in the description. More completeness would be beneficial, but the tool is straightforward.

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% (parameter has a description: 'Single ISO country code. Omit for the full matrix.'). The description adds the list of supported countries, which is marginally helpful but does not add new semantics beyond the schema. Baseline 3 is appropriate.

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 'Return', the resource 'features available per supported country', and lists the specific country codes. It distinguishes this tool from siblings like 'compliance_capabilities' which likely return compliance-related data rather than general features.

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 on when to use this tool versus alternatives (e.g., compliance_capabilities). The description does not specify when not to use it or mention any preconditions.

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