get_voluntary_organization
Retrieve detailed information about a specific voluntary organization from the Norwegian Business Registry using its 9-digit organization number.
Instructions
Get detailed information about a specific voluntary organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organisasjonsnummer | Yes | 9-digit organization number | |
| spraak | No | Language for code descriptions (e.g., 'NOB') |
Input Schema (JSON Schema)
{
"properties": {
"organisasjonsnummer": {
"description": "9-digit organization number",
"type": "string"
},
"spraak": {
"description": "Language for code descriptions (e.g., 'NOB')",
"type": "string"
}
},
"required": [
"organisasjonsnummer"
],
"type": "object"
}