list_issuing_authorities
Retrieves a list of issuing authorities for a specific jurisdiction and optional filters. Use this tool when: - The user wants to find legal issuing authorities for a specific jurisdiction and optional filters - The user asks about available issuing authorities for a portal name, issuing authority - The user wants to filter with pagination
Parameters:
- iso (required): Filter by Jurisdiction ISO code (e.g. "US").
- limit (optional): Number of results to return.
- offset (optional): Number of results to skip.
- portal_name (optional): Filter by portal name.
- issuing_authority (optional): Filter by issuing authority.
Returns:
- List of issuing authorities with iso, issuing_authority, portal_name, pagination: total_count, limit, offset
- Only returns issuing authorities that have dataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iso | Yes | Filter by Jurisdiction ISO code (e.g. 'US') | |
| limit | No | Number of results to return | |
| offset | No | Number of results to skip | |
| portal_name | No | Filter by portal name | |
| issuing_authority | No | Filter by issuing authority |