Available Tools
| Tool | Endpoint | Description |
|---|---|---|
get_companies | GET /api/v1/companies | List of companies |
get_company_buildings | GET /api/v1/companies/{id}/buildings | Buildings for a company |
get_company_departments | GET /api/v1/companies/{id}/departments | Departments |
get_company_year_configuration | GET /api/v1/companies/{id}/year-configuration | Active year configuration |
Usage Examples
Common Parameters
get_companies
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number |
limit | integer | Results per page (max 1000) |
companyIds | string[] | Filter by company IDs |
get_company_buildings
| Parameter | Type | Description |
|---|---|---|
id | string | Company ID (required) |
page | integer | Page number |
limit | integer | Results per page |

