Skip to main content
Glama
tallpizza

Dooray MCP Server

by tallpizza

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoThe logging levelINFO
DOORAY_BASE_URLNoThe base URL for Dooray APIhttps://api.dooray.com
DOORAY_API_TOKENYesYour Dooray API token for authentication
DOORAY_DEFAULT_PROJECT_IDYesYour 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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues