Dooray MCP Server
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dooray_tasksC | Manage Dooray tasks - list, get details, create, update, delete, change status, assign members |
| dooray_commentsC | Manage Dooray task comments - get list, create, update, delete comments with mention support |
| dooray_tagsC | Manage Dooray tags - list available tags, create new tags, add/remove tags from tasks |
| dooray_searchC | Search Dooray content - tasks by various criteria including workflow, assignee, tags, status, date range with AND/OR logic |
| dooray_membersC | Manage Dooray members - search by email/ID, get member details, check project membership |
| dooray_filesC | Manage Dooray files and images - list task files, get file metadata, download file content from tasks or directly by content ID |
| dooray_workflowsC | 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 | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose targeting a specific Dooray resource: comments, files, members, search, tags, tasks, and workflows. There is no overlap in functionality, and an agent can easily distinguish between them based on their resource focus.
All tools follow a consistent 'dooray_' prefix with a descriptive noun (e.g., dooray_comments, dooray_tasks). This uniform snake_case naming pattern makes the tool set predictable and easy to navigate.
With 7 tools, the server is well-scoped for managing Dooray project resources. Each tool covers a distinct aspect of the platform (e.g., tasks, members, workflows), and none feel redundant or missing for the domain.
The tool set provides comprehensive coverage of Dooray's core project management features, including CRUD operations for tasks, workflows, tags, comments, and files, plus search and member management. There are no obvious gaps for the stated purpose.