Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFFICERND_ORG_SLUG | Yes | The organization slug is the identifier in your OfficeRnD URL: app.officernd.com/.../{your_org_slug} | |
| OFFICERND_CLIENT_ID | Yes | Your OfficeRnD client ID from your OfficeRnD admin dashboard under Integrations > API | |
| OFFICERND_CLIENT_SECRET | Yes | Your OfficeRnD client secret from your OfficeRnD admin dashboard under Integrations > API |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| community | Query community/people data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. Entity-specific filters when listing:
|
| space | Query space/resource data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. action=status: Check current availability of a resource (requires id). Entity-specific filters when listing:
|
| billing | Query billing/financial data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID (payments, plans). action=coin_stats: Get coin/credit balance for a member or company in a given month. Entity-specific filters when listing:
|
| collaboration | Query collaboration data in OfficeRnD. action=list: List entities with optional filters and pagination (max 50 per page). action=get: Get a single entity by ID. Entity-specific filters when listing:
|
| settings | Query organization settings and configuration in OfficeRnD. action=list: List configuration entities. action=get: Get a single location by ID (locations only). Entity-specific filters when listing:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |