Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level | INFO |
| DOORAY_BASE_URL | No | The base URL for Dooray API | https://api.dooray.com |
| DOORAY_API_TOKEN | Yes | Your Dooray API token for authentication | |
| DOORAY_DEFAULT_PROJECT_ID | Yes | Your default project ID |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dooray_tasks | Manage Dooray tasks - list, get details, create, update, delete, change status, assign members |
| dooray_comments | Manage Dooray task comments - get list, create, update, delete comments with mention support |
| dooray_tags | Manage Dooray tags - list available tags, create new tags, add/remove tags from tasks |
| dooray_search | Search Dooray content - tasks by various criteria including workflow, assignee, tags, status, date range with AND/OR logic |
| dooray_members | Manage Dooray members - search by email/ID, get member details, check project membership |
| dooray_files | Manage Dooray files and images - list task files, get file metadata, download file content from tasks or directly by content ID |
| dooray_workflows | Manage Dooray workflows - list project workflows, get workflow details, create, update, delete workflows |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |