Skip to main content
Glama

List insurance regulators

list_regulators
Read-onlyIdempotent

List the insurance supervisory authority for every covered country: name, acronym, website, currency, notes and the register source used for verification. Returns every match unless limit or offset is supplied (when paging, limit defaults to 25 and is capped at 200); a long result stops early to keep the response small and reports nextOffset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return.
offsetNoResults to skip, for paging.
regionNoOptional region slug, e.g. "north-africa", "west-africa", "central-africa".
continentNoContinent slug.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo
errorNo
datasetNo
licenceNo
versionNoDataset version the result was read from.
verifiedNoDate the dataset snapshot was verified.
retryableNo
verificationNoteNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / region / description
      Previous value: -"Optional region slug, e.g. \"west-africa\", \"nordics\" or \"south-east-asia\"."New value: +"Optional region slug, e.g. \"north-africa\", \"west-africa\", \"central-africa\"."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description goes further by disclosing paging behavior: it returns every match unless limit/offset is supplied, applies a default/cap, stops early for long results, and reports nextOffset. This is useful behavioral context beyond the annotations.

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 compact and front-loaded: the purpose is stated in the first clause, followed by concise paging behavior. Every sentence contributes meaningful information without filler or redundancy.

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?

Given the presence of a full output schema, complete parameter descriptions, and strong annotations, the description provides the remaining context an agent needs: what the resource is, what fields are returned, and how paging behaves. Nothing essential is missing.

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?

The schema already documents all four parameters with 100% coverage, including defaults, maximums, and enum values. The description repeats the limit default/cap and adds the 'returns every match unless limit or offset is supplied' paging nuance, but that is largely additional framing rather than new parameter semantics.

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 states a specific verb and resource: 'List the insurance supervisory authority for every covered country,' and enumerates the included fields (name, acronym, website, currency, notes, register source). This clearly distinguishes it from sibling tools like list_insurers and list_groups, which target different entities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly conveys when to use the tool: when you need insurance regulators across covered countries, optionally paged or filtered by region/continent. It does not explicitly name alternatives or exclusions, but the context is strong enough that an agent can select it appropriately against the sibling list.

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