Search CKAN Groups by Name
ckan_group_searchSearch CKAN groups by name pattern. Automatic wildcards broaden results, returning groups with their dataset counts.
Instructions
Search for groups by name pattern.
This tool provides a simpler interface than package_search for finding groups. Wildcards are automatically added around the search pattern.
Args:
server_url (string): Base URL of CKAN server
pattern (string): Search pattern (e.g., "energia", "salute")
response_format ('markdown' | 'json'): Output format
Returns: List of matching groups with dataset counts
Typical workflow: ckan_group_search → ckan_group_show (get details) → ckan_package_search with fq="groups:name"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Name pattern to search for (wildcards added automatically, e.g., 'energia', 'salute') | |
| server_url | Yes | Base URL of the CKAN server (e.g., https://dati.gov.it/opendata) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |