Country and tool matrix
list_jurisdictionsRetrieve per-country company registry metadata by ISO jurisdiction code, or map which jurisdictions support a given tool. Enables cross-border entity analysis.
Instructions
Per-country reference. Pass EXACTLY ONE of:
• jurisdiction='GB' — registry name + URL, data license, company-ID format with examples, native-to-unified status enum mapping, and the list of tools supported.
• supports_tool='get_officers' — which jurisdictions implement a given tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | No | ISO 3166-1 alpha-2 country code (case-insensitive; CA subdivisions hyphenated like 'CA-BC'). Returns the full per-country schema. Mutually exclusive with `supports_tool`. | |
| supports_tool | No | Tool name (e.g. 'get_officers', 'get_shareholders'). Returns the matrix of which jurisdictions implement this tool. Mutually exclusive with `jurisdiction`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queried_at | Yes | ISO-8601 + Europe/London timezone stamp for when the registry was queried. | |
| jurisdiction | No | Populated in single-country mode: carries the JurisdictionMetadata for the requested country. | |
| tool | No | Populated in cross-country support-matrix mode: echoes the tool name that was queried. | |
| supported_count | No | ||
| supported_in | No | ||
| not_supported_count | No | ||
| not_supported_in | No | ||
| hint | No |