search_voluntary_organizations
Find voluntary organizations registered in Norway by querying the official business registry for detailed organizational data and governance information.
Instructions
Search voluntary organizations in the voluntary organization registry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchAfter | No | Search after this organization number for pagination | |
| size | No | Maximum number of organizations (default 100) | |
| spraak | No | Language for code descriptions (e.g., 'NOB') |
Input Schema (JSON Schema)
{
"properties": {
"searchAfter": {
"description": "Search after this organization number for pagination",
"type": "string"
},
"size": {
"description": "Maximum number of organizations (default 100)",
"type": "number"
},
"spraak": {
"description": "Language for code descriptions (e.g., 'NOB')",
"type": "string"
}
},
"type": "object"
}